Andrea Boriero
|
2811aad839
|
HHH-17964 Hibernate using wrong column order for ElementCollection query when composite ID is present
|
2024-04-25 09:59:31 +02:00 |
Andrea Boriero
|
2b4ec1fb8c
|
HHH-17964 Add test for issue
|
2024-04-25 09:59:31 +02:00 |
Andrea Boriero
|
ceb4d060da
|
HHH-17965 @ElementCollection with @CollectionTable throws o.h.MappingException Foreign key must have same number of columns as the referenced primary key
|
2024-04-23 13:51:16 +02:00 |
Andrea Boriero
|
f46f0c4701
|
HHH-17965 Add test for issue
|
2024-04-23 13:51:16 +02:00 |
Christian Beikov
|
488cdd9559
|
HHH-17884 Fix the enum value sorting for EnumeratedType.STRING enums
|
2024-04-19 13:04:05 +02:00 |
Marco Belladelli
|
781888e974
|
HHH-17916 Check type is resolved before building generic property
|
2024-04-19 12:40:49 +02:00 |
Marco Belladelli
|
21583a266e
|
HHH-17916 Add test for issue
|
2024-04-19 12:40:49 +02:00 |
Christian Beikov
|
abea1bf23d
|
HHH-17947 Bidirectional association management shouldn't ignore maintaining inverse lazy objects
|
2024-04-12 13:29:32 +02:00 |
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 |
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 |
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 |