Commit Graph

17779 Commits

Author SHA1 Message Date
Christian Beikov 2b4003c506 HHH-17947 Add additional test for unique key loading 2024-04-12 13:29:32 +02:00
Jan Schatteman 3f3181d729 HHH-17947 - Add test for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-04-12 13:29:32 +02:00
Marco Belladelli 4cc15d4297 HHH-17832 Register projection usage for circular bidirectional fetch 2024-04-11 16:33:19 +02:00
Marco Belladelli e765929e6a HHH-17832 Add test for issue 2024-04-11 16:33:19 +02:00
dependabot[bot] 82e23bc51d Bump com.gradle.enterprise from 3.16.2 to 3.17
Bumps com.gradle.enterprise from 3.16.2 to 3.17.

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-09 10:07:46 +02:00
dependabot[bot] 07ba5234cb Bump com.gradle.common-custom-user-data-gradle-plugin from 1.13 to 2.0
Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.13 to 2.0.

---
updated-dependencies:
- dependency-name: com.gradle.common-custom-user-data-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-09 10:07:24 +02:00
Andrea Boriero 2bfa6df7cc HHH-17887 Release mode After Statment with deferred result set access does not work 2024-04-09 07:47:00 +02:00
Andrea Boriero 638b5c7394 HHH-17887 Add test for issue 2024-04-09 07:47:00 +02:00
Andrea Boriero 239014db35 HHH-17826 ResultSet closed while scrolling results 2024-04-08 16:27:18 +02:00
Andrea Boriero 27a9ec209e HHH-17826 Add test for issue 2024-04-08 16:27:18 +02:00
Marco Belladelli b300b9d45a HHH-17857 Use `fromNameExact` when determining actual table group 2024-04-08 16:17:26 +02:00
Marco Belladelli 8277ae8ccd HHH-17857 Add test for issue 2024-04-08 16:17:26 +02:00
Christian Beikov 622a2fadf3 HHH-17885 Fix for same named attribute of different Embedded uses same selection expression 2024-04-04 09:25:04 +02:00
Christian Beikov 0a1ce16c76 HHH-17885 Test for same named attribute of different Embedded uses same selection expression 2024-04-04 09:25:04 +02:00
Andrea Boriero e1e1b3820e HHH-17881 Unable to use a proxy as parameter in Query when the FK does not target the PK 2024-04-03 13:58:21 +02:00
Andrea Boriero 6c44026c0d HHH-17881 Add test for issue 2024-04-03 13:58:21 +02:00
Andrea Boriero cf386a1b47 HHH-16672 Locking entities created in the same transaction fails 2024-04-03 13:56:27 +02:00
Daniel Mensinger c41d85887a HHH-16672 test case 2024-04-03 13:56:27 +02:00
Marco Belladelli 7407b02813
HHH-17828 Special case for uninitialized enhanced proxies when locking 2024-04-03 09:43:43 +02:00
Daniel Mensinger e3ddec6420
HHH-17828 Add test for issue 2024-04-03 09:43:43 +02:00
Christian Beikov 8cf2acb011 HHH-17908 Allow varchar for STRING enums on MySQL in schema validation 2024-04-02 16:43:48 +02:00
Christian Beikov 7ecbc07d4d HHH-17898 Throw error if non-lateral from-clause subquery uses outer from node 2024-04-02 16:42:31 +02:00
Marco Belladelli d6bc041dff
HHH-17835 Custom ConvertedPrimitiveBasicTypeImpl type resolution 2024-04-02 12:38:31 +02:00
Marco Belladelli 02298cbc52
HHH-17835 Add test for issue 2024-04-02 12:37:38 +02:00
Marco Belladelli 37fec971d0
HHH-17803 Fix resolving enum basic path source mapping expressibles 2024-03-29 10:39:52 +01:00
Marco Belladelli 6c172c3a22
HHH-17803 Add test for issue 2024-03-29 10:39:47 +01:00
Christian Beikov d9c57c6a70 HHH-17906 Use insert target paths for type inference of SqmValues 2024-03-28 17:01:49 +01:00
Christian Beikov f3fca1d6fe HHH-17884 Respect ordering guarantee of ORDINAL/STRING when using native enums 2024-03-28 17:01:49 +01:00
Christian Beikov 0709709c97 HHH-17493 Ensure case insensitivity is retained in negated copy 2024-03-28 16:46:16 +01:00
Jan Schatteman 089a935cb6 HHH-17493 - add tests and fix
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-03-28 16:46:15 +01:00
Vincent Bouthinon c1af23867d HHH-17871 Error if defining a ManyToAny in the child classes which references a @MappedSuperclass
Rename column "ROLE" to "ROLE_COL" for a problem with sybase
2024-03-28 16:08:11 +01:00
Vincent Bouthinon 6a55667ffe HHH-17871 Error if defining a ManyToAny in the child classes which references a @MappedSuperclass 2024-03-28 16:08:11 +01:00
Christian Beikov c47126205f HHH-17801 Resolve enum basic types to avoid type validation issues 2024-03-25 17:29:16 +01:00
marko-bekhta 288821accf HHH-17872 Make sure that JdbcServicesImpl does not return a null SqlExceptionHelper 2024-03-25 17:22:18 +01:00
Christian Beikov 1d1278e58d HHH-17759 Avoid costly string search and replace 2024-03-25 16:16:25 +01:00
dgh b9aa76625b HHH-17759 Avoid need for undocumented escaping of colon characters in native queries 2024-03-25 16:16:25 +01:00
Christian Beikov adbf8946da HHH-17854 Avoid adding plural attribute restrictions multiple times 2024-03-18 12:53:33 +01:00
subijayb 1d89c31e5e HHH-17743 Allow updates outside transaction 2024-03-15 17:43:09 +01:00
Christian Beikov c778565c7b HHH-17830 Fix rendering custom predicate for element collection joins 2024-03-15 15:41:42 +01:00
Laurent SCHOELENS d1f1e6e8b9 HHH-17579 fix classloader issues with JAXBContext since JDK11 2024-03-14 16:14:39 +01:00
Marco Belladelli 037336ea83 HHH-17711 Fix table reference join resolution for joined subtype 2024-03-14 14:09:20 +01:00
Marco Belladelli d49ad70ad2 HHH-17711 Add test for issue 2024-03-14 14:09:20 +01:00
Cedomir Igaly e1d326ef3e HHH-17600 - Properly setting next index if ListIndexBase annotation is present 2024-03-14 13:36:52 +01:00
Cedomir Igaly 16a3bfb20c HHH-17600 - Changed test class to really test handling of ListIndexBase annotation 2024-03-14 13:36:52 +01:00
Gavin King b170f2dedd HHH-17825 fix npe for single-column @UniqueConstraint
Note that HHH-17132 already attempted to fix the reported
problem, but the fix introduced a new bug, and NPE.
2024-03-14 12:17:23 +01:00
Jan Schatteman 7da31dfd6d HHH-17671 - Fix issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-03-14 12:07:54 +01:00
Jan Schatteman 5b8f326839 HHH-17671 - Add test for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-03-14 12:07:54 +01:00
marko-bekhta 2e2d0b696b HHH-17823 Add FK to identifier in HQL parser 2024-03-14 12:00:25 +01:00
Marco Belladelli 7e2a49f542
HHH-17763 Run test only on H2 2024-03-08 12:41:57 +01:00
Marco Belladelli 297652ab06
HHH-17638 Prevent reusing left joins for implicitly joined paths 2024-03-07 09:19:18 +01:00