Commit Graph

18877 Commits

Author SHA1 Message Date
Andrea Boriero e1ded5d437 HHH-18556 Expressions.nullExpresion() in querydsl result in NPE in SqmExpressible 2024-09-12 14:36:46 +02:00
Andrea Boriero 8efcf26b37 HHH-18556 Add test for issue 2024-09-12 14:36:46 +02:00
Gavin King 63dde7dc09 reset the ValueHandlingMode after pagination 2024-09-10 23:33:40 +02:00
Martin Simka da0b01f1e8 [HHH-18507] allow overwriting the default db image with environment variable in docker_db.sh
https://hibernate.atlassian.net/browse/HHH-18507
2024-09-09 17:56:29 +02:00
Paria df898a92a1 HHH-18470: fix duplicate generated FK names for TABLE_PER_CLASS inheritance 2024-09-08 14:58:57 +02:00
Noel Trout cc6ca28466
HHH-18571 Fix bug and correctly report effective batching 2024-09-05 14:52:53 +02:00
Noel Trout 98d9ac3654
HHH-18571 Added test case demonstrating issue 2024-09-05 14:52:50 +02:00
Alex 626ef42e7d
HHH-18560: added unittest 2024-09-05 10:00:36 +02:00
Alex b91d988683
HHH-18560: fix for invalid queries executed on DB2i AS/400 machine 2024-09-05 10:00:32 +02:00
Marco Belladelli c8ec156456
Revert "HHH-18561 Fix for Informix primary key constraint syntax error"
This reverts commit 1830660710.
2024-09-04 14:23:11 +02:00
Vladimír Kuruc 1830660710
HHH-18561 Fix for Informix primary key constraint syntax error 2024-09-04 13:58:39 +02:00
Vladimír Kuruc 126be8f249
HHH-18558 Fix for Informix UUID type support 2024-09-03 16:42:16 +02:00
Kyrylo Merzlikin 4863033429
HHH-18516 - Ignore @AttributeOverride for map key when checking type of map value 2024-08-30 09:45:26 +02:00
Marco Belladelli cdcfbf4584
HHH-18518 Using StringHelper to split versionString instead of regex parsing 2024-08-30 09:45:03 +02:00
Tommy Svendsen 737d7a90a1
HHH-18518 Using StringHelper to split versionString instead of regex parsing 2024-08-30 09:36:43 +02:00
Tommy Svendsen 74f1aa7ee7
HHH-18518 change implementation to capture MySQL custom versions better 2024-08-30 09:36:40 +02:00
Gavin King 656f592895 HHH-18505 fix npe occurring while processing module descriptor
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-29 18:37:25 +02:00
Yanming Zhou 46bb5011b5 HHH-18538 Improve database connection info from configured DataSource 2024-08-29 18:10:38 +02:00
Vladimír Kuruc 8ddb40fa77 HHH-18531 Fix for Informix timestamp literal error 2024-08-28 17:15:26 +02:00
Marco Belladelli c85efaa7d2 HHH-18524 Fix binding of meta-annotated id generators for id-class 2024-08-28 16:21:11 +02:00
Marco Belladelli 049b76c2d1 HHH-18524 Add test for issue 2024-08-28 16:21:11 +02:00
Gavin King d145180b66 HHH-18487 align behavior of UnsavedValueFactory with semantics of persist()
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-28 16:15:42 +02:00
Christian Beikov bf69471d40 HHH-18506 Reduce itable stubs during dirty checking 2024-08-21 18:54:23 +02:00
Christian Beikov 4c124cde38 HHH-18506 Improve flush performance by reducing itable stubs 2024-08-21 18:54:23 +02:00
Christian Beikov ec204e46cd Change branch names to 6.6 2024-08-16 13:43:45 +02:00
Christian Beikov 3002fc31c0 HHH-17646 Optimize away real table group rendering if possible 2024-08-16 13:31:16 +02:00
Christian Beikov 9b1eb785e5 HHH-18493 Resolving already initialized collection elements leads to assertion error 2024-08-16 13:30:25 +02:00
Gary Gregory ab4439622b HHH-18466 egression from 5.6.15.Final where a mutable natural IDs query
cannot find an entity
2024-08-15 12:27:08 -05:00
Gary Gregory e4f86744aa HHH-18466 egression from 5.6.15.Final where a mutable natural IDs query
cannot find an entity
2024-08-15 12:27:08 -05:00
Gary Gregory 4e60de1130 HHH-18466 Failing test to demonstrate
https://hibernate.atlassian.net/browse/HHH-18466
2024-08-15 12:27:08 -05:00
lrobot a6673e2c34 HHH-18282 fix generate error sql in case of @DiscriminatorValue("not null") 2024-08-15 15:53:11 +02:00
Marco Belladelli 3d640c0150 HHH-18400 Account for converters applied to comparison operands 2024-08-14 17:36:27 +02:00
Marco Belladelli 07e81e4911 HHH-18400 Add test for issue 2024-08-14 17:36:27 +02:00
Yanming Zhou a1a4446f09 HHH-18414 Add test for issue 2024-08-12 21:59:34 -06:00
Gavin King b5a5869b9b HHH-18414 remove duplicated call to callAttributeBindersInSecondPass()
alternative to proposed fix by @quaff

Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-12 21:59:34 -06:00
Gavin King f828b2a914 improve javadoc surrounding Blob/Clob APIs
and mark XlobProxy as @Internal

Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-12 20:21:12 -06:00
Christian Beikov f8a6106ea2 HHH-18476 Reset resolved entities after resolveEntityKeyOnly and improve loading further 2024-08-12 18:25:54 +02:00
Marco Belladelli 062afdb6cd HHH-18103 Correct metamodel for embeddables with a mapped superclass 2024-08-12 16:33:14 +02:00
Marco Belladelli 00c7707de0 HHH-18103 Add test for issue 2024-08-12 16:33:14 +02:00
oyeliseiev-ua ac4931a264 HHH-18459 Add SingleStore dialect 2024-08-12 16:21:28 +02:00
Christian Beikov 5c0058e6bd HHH-18472 Increase memory size for release prepare step 2024-08-09 18:04:24 +02:00
Christian Beikov 61608dac8c HHH-18472 Increase memory size for release prepare step 2024-08-09 17:55:50 +02:00
Christian Beikov 75f0b55d74 HHH-18472 Increase memory size for release prepare step 2024-08-09 17:05:05 +02:00
Christian Beikov 4c99fae6e3 Increase memory size for release prepare step 2024-08-09 16:23:03 +02:00
Steve Ebersole 2bb62f3363 6.6.0 (manual) 2024-08-09 09:20:46 -05:00
Steve Ebersole edc96869ca 6.6.0 (manual) 2024-08-08 15:58:54 -05:00
Steve Ebersole 85a15264de 6.6.0 (manual) 2024-08-08 14:25:29 -05:00
Andrea Boriero 54c1c4a2d9 HHH-17997 Querying an Entity with CacheConcurrencyStrategy.READONLY throws UnsupportedOperationException: Can't update readonly object 2024-08-07 19:24:37 +02:00
Andrea Boriero 20acd5292c HHH-17997 Add test for issue 2024-08-07 19:24:37 +02:00
Christian Beikov 263ef56970 HHH-17465 Incorrect metamodel for shared version attribute in @MappedSuperclass 2024-08-07 18:49:51 +02:00