18904 Commits

Author SHA1 Message Date
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) 6.6.0 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
Christian Beikov
e54a6e15b2 HHH-18463 Add AzureDialect and determine SQL Server version based on compatibility level 2024-08-07 18:49:29 +02:00
Marco Belladelli
5550c20120 HHH-18399 Avoid collecting duplicate attribute for to-one inverse table 2024-08-07 17:44:29 +02:00
Marco Belladelli
1ab7493e73 HHH-18399 Add test for issue 2024-08-07 17:44:29 +02:00
Marco Belladelli
ecd22c0811 HHH-18391 Check embeddable properties in fetch paths 2024-08-07 17:43:11 +02:00
hugothomas
e63c7f814a HHH-18391 Add test for issue 2024-08-07 17:43:11 +02:00
Marco Belladelli
4ca26f9415 HHH-18309 Fix Oracle limit handler for native queries 2024-08-07 17:42:41 +02:00
Marco Belladelli
9ec2dbb620 HHH-18309 Add test for issue 2024-08-07 17:42:41 +02:00
Marco Belladelli
4da2659292 HHH-18378 Check where clause before reusing existing joins for fetch 2024-08-07 17:42:09 +02:00
Marco Belladelli
0272fc7fbd HHH-18378 Add test for issue 2024-08-07 17:42:09 +02:00
Christian Beikov
171488a762 HHH-18373 Fix NPE when accessing parameter type of JPA Criteria value parameter 2024-08-07 17:13:16 +02:00
Jan Schatteman
46b2739061 HHH-18373 - Add test for binding null as value in Criteria API
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-08-07 17:13:16 +02:00
Andrea Boriero
abc4d5ba9e Fix DB2 10.5 test failures 2024-08-07 15:59:07 +02:00
Andrea Boriero
a54f067f5e Fix Sybase using jconn driver failures 2024-08-07 15:59:07 +02:00
Jan Schatteman
693516ab92 HHH-17497 - Add test case for issue (testScrollWithoutFetch)
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-08-07 15:53:55 +02:00
marko-bekhta
a971f897e9 Provide a non-internal empty QueryParameterBindings 2024-08-07 15:52:04 +02:00
Nguyen Nhu Phuc
d888f1984c HHH-17847: fix the issue in result set mapping when stored procedure has INOUT param 2024-08-07 15:51:12 +02:00
Nguyen Nhu Phuc
bd4c9b4c9b HHH-17847: test to verify the result set mapping when a procedure call has INOUT param 2024-08-07 15:51:12 +02:00
Sebastien Santschi
71a616f2be HHH-18451 Fix CheckConstraints for Booleans with null value converters 2024-08-07 15:10:47 +02:00
Christian Beikov
1f8d6f0339 HHH-18403 Disable returning clause support for updates on DB2 for i 2024-08-07 13:57:34 +02:00
Christian Beikov
f12ed1ce2c HHH-18359 Add a wrap parameter rendering mode for Informix 2024-08-07 13:22:12 +02:00
Christian Beikov
823012b29c HHH-18359 Add a wrap parameter rendering mode for Informix 2024-08-07 13:17:01 +02:00
Steve Ebersole
c6e8df8c5d 6.6.0.CR2 bad release fix-ups 2024-08-06 11:10:27 -05:00
Steve Ebersole
782c0a52ab 6.6.0.CR2 bad release fix-ups 6.6.0.CR2 2024-08-06 10:57:28 -05:00