Commit Graph

11010 Commits

Author SHA1 Message Date
Marco Belladelli 6c28f9edc1 HHH-17329 Add test for issue 2023-10-25 10:52:44 +02:00
Christian Beikov 75744568e5 HHH-17351 Add missing basic type registration after changing preferred jdbc type 2023-10-24 13:56:54 +02:00
Marco Belladelli eaf2155033 HHH-17332 Handle anonymous tuples when resolving mapping expressible 2023-10-23 14:49:53 +02:00
Marco Belladelli 19b677ab31 HHH-17332 Add test for issue 2023-10-23 14:49:53 +02:00
Marco Belladelli 54c5f3acc3 HHH-17283 Correct tuple length for subqueries and attribute joins 2023-10-20 14:26:59 +02:00
Marco Belladelli 9b18916682 HHH-17283 Add test for issue 2023-10-20 14:26:59 +02:00
Marco Belladelli 4a0faf77ef
HHH-17285 Fix support for dot-separated map key paths 2023-10-17 16:51:47 +02:00
Marco Belladelli d7761cf0d2
HHH-17285 Add test for issue 2023-10-17 16:51:46 +02:00
Davide D'Alto fa9bdac794 HHH-17281 Make EntityUpdateAction#handleDeleted protected 2023-10-17 16:03:38 +02:00
Christian Beikov 68afa5607f HHH-16595 Optimize away nested table group joins when possible 2023-10-17 09:00:47 +02:00
Christian Beikov e2b82a7d32 Fix Oracle 11 test failure 2023-10-16 09:44:08 +02:00
Christian Beikov ace17bfeb4 Fix HANA test failures 2023-10-13 14:25:33 +02:00
The-Huginn 73b6b0f688 [HHH-17288] Reference primary key only if all properties match 2023-10-13 13:05:43 +02:00
The-Huginn 2f2d7833eb [HHH-17288] Create test with OneToOne relation 2023-10-13 13:05:43 +02:00
Christian Beikov d3bb240090 Fix Oracle 11 issues with aliases and disable FollowOnLockingTest on that version 2023-10-12 11:41:55 +02:00
Andrea Boriero 4ee3e400a4 HHH-16486 StandardTemporaryTableExporter generates queries with the wrong parameter marker 2023-10-11 19:11:32 +02:00
Andrea Boriero bc00a8df20 HHH-16486 Add test for issue 2023-10-11 19:11:32 +02:00
Andrea Boriero 55a0f34184 HHH-17262 JdbcTypeRecommendationException when using <mapping-file> of persistence.xml file when using <mapping-file> of persistence.xml file 2023-10-11 19:11:20 +02:00
Andrea Boriero 4b8c670be0 HHH-17262 Add test for issue 2023-10-11 19:11:20 +02:00
Marco Belladelli b115ab7f42 HHH-17225 Always use target table column for right / full joins 2023-10-11 19:03:04 +02:00
Marco Belladelli 33d4f3adf4 HHH-17225 Add test for issue 2023-10-11 19:03:04 +02:00
Marco Belladelli 9b18c6e6cc HHH-17208 Implement support for @Any discriminator and key selection 2023-10-11 19:03:04 +02:00
Marco Belladelli 867e93b0c8 HHH-17208 Add test for issue 2023-10-11 19:03:04 +02:00
Marco Belladelli 41103a60b9 HHH-17211 Complete AnyValuedResult fetches initialization 2023-10-11 19:03:04 +02:00
Marco Belladelli 5331500bb2 HHH-17211 Add test for issue 2023-10-11 19:03:04 +02:00
Marco Belladelli 7dd824a87e HHH-17193 Introduce `Fetch#asFetchParent()` to avoid instanceof checks 2023-10-11 19:03:04 +02:00
Marco Belladelli bc0afec791 HHH-17193 Create id initializers when containing nested collections 2023-10-11 19:03:04 +02:00
Marco Belladelli 02706c7037 HHH-17193 Add test for issue 2023-10-11 19:03:04 +02:00
Andrea Boriero 00cb360756 HHH-17290 Embeddable with a primitive field cannot be set to null 2023-10-11 18:56:27 +02:00
Andrea Boriero 3f4f5bec55 HHH-17290 Add test for issue 2023-10-11 18:56:27 +02:00
Jan Schatteman 519ae4282f HHH-17302 - Use nocache for MariaDB sequences
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-11 14:32:39 +02:00
Christian Beikov e424eea9e9 HHH-17276 Be more forgiving when determining lobness 2023-10-09 18:31:35 +02:00
Marco Belladelli 2ca06c5199
HHH-17223 Test fix for HANA 2023-10-09 12:53:32 +02:00
Christian Beikov 67643c4c23 HHH-17276 Expose size based lob-ness in DdlType and retain info in runtime model 2023-10-05 23:59:30 +02:00
LLEFEVRE c67403e01f HHH-16876 Update Oracle testing to 23c 2023-10-05 23:59:30 +02:00
Christian Beikov 899e0056a1 HHH-16933 Stop using syntax sugar JSON item-methods 2023-10-05 23:59:30 +02:00
Christian Beikov b62786943d HHH-17264 Use json_object to create empty json 2023-10-05 23:59:30 +02:00
marko-bekhta 6e727b6fe4 HHH-16897 Push a where clause to stack before combining predicates 2023-10-04 14:34:09 -05:00
marko-bekhta 21f2f24bb7 HHH-16897 Add a test case to reproduce the issue 2023-10-04 14:34:09 -05:00
Steve Ebersole 68dd43c11c HHH-17143 - More not-found fix ups
https://hibernate.atlassian.net/browse/HHH-17143
2023-10-04 14:28:14 -05:00
Steve Ebersole 1979aed658 HHH-17143 - Bad handling of not-found association references in mutation queries
https://hibernate.atlassian.net/browse/HHH-17143
2023-10-04 14:28:14 -05:00
Andrea Boriero 8ddc6e5105 HHH-17108 Error In Native Query when adding two Entity's and using composite key. Error: Unable to find column position by name. 2023-10-04 12:48:48 -05:00
Andrea Boriero 1b92c912df HHH-17108 Add test for issue 2023-10-04 12:48:48 -05:00
Marco Belladelli 1ffaedd887 HHH-17212 Remove unneeded dialect checks from tests with scrollable results 2023-10-04 12:24:33 -05:00
Marco Belladelli 1ec4f75575 HHH-17212 Avoid jdbc isBeforeFirst() and isAfterLast() calls 2023-10-04 12:24:33 -05:00
Marco Belladelli 6103eb896f HHH-17223 HHH-17260 Fix result type for criteria's sum() function 2023-10-04 12:20:35 -05:00
Sanne Grinovero 75f173a4a0 HHH-17282 Introduce a specialized Map for NavigablePath to Initializer 2023-10-02 17:09:48 +01:00
Marco Belladelli d59ecb633b HHH-17231 Reintroduce support for entity path expansion in subqueries 2023-10-02 16:07:40 +02:00
Marco Belladelli 8957a7ccf5 HHH-17231 Add test for issue 2023-10-02 16:07:40 +02:00
Marco Belladelli f1facac916 HHH-17178 Add `{element} to treated plural joins by default and fix tg registration 2023-10-02 15:53:02 +02:00