18259 Commits

Author SHA1 Message Date
Christian Beikov
0985ddecc4 HHH-18027 Clear expansions NonSelectQueryPlan.executeUpdate call 2024-05-27 14:25:39 +02:00
Yanming Zhou
9e519f84a1 HHH-18027 Test mutation query reuse with parameter list expansions 2024-05-27 14:25:39 +02:00
Marco Belladelli
38fa18ad5b HHH-17161 Align StandardTableGroup table reference join name checks 2024-05-27 08:51:36 +02:00
Konrad Kügler
39b85e5014 HHH-17161 Add test for issue 2024-05-27 08:51:36 +02:00
Gavin King
a3f4cd6cd3 HHH-18149 fix for HibernateProcessor on ecj
A typecast which works on javac doesn't work on ecj,
but I agree that ecj is correct here.

Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-27 08:32:53 +02:00
Gavin King
eebe0e3e21 HHH-18019 fix package present detection on ecj
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-27 08:32:53 +02:00
Vladimír Kuruc
5e9ded47a3 HHH-18163 Fix for Informix foreign key on cascade delete syntax 2024-05-23 19:34:12 +02:00
Vladimír Kuruc
a5e01da437 HHH-18153 Checkstyle fixes 2024-05-23 19:32:01 +02:00
Vladimír Kuruc
4f7944d722 HHH-18153 Fix for Informix unique constraints on nullness columns 2024-05-23 19:32:01 +02:00
Cedomir Igaly
0c0d4d5161 HHH-18117 Proposed solution 2024-05-23 12:44:23 +02:00
Cedomir Igaly
5cf497f3c3 HHH-18117 Test case 2024-05-23 12:44:23 +02:00
Andrea Boriero
c073729832 HHH-17943 - Fix for issue 2024-05-22 17:54:09 +02:00
Andrea Boriero
83f723e8c2 HHH-17943 - Add test for issue 2024-05-22 17:54:09 +02:00
Jan Schatteman
ab7f95abd7 HHH-17943 - Fix for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-05-22 17:54:09 +02:00
Jan Schatteman
a3387a2d85 HHH-17943 - Add test for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-05-22 17:54:09 +02:00
Yanming Zhou
1433423c1b HHH-18073 BasicCollectionJavaType::wrap should retain order of Set to keep consistent with deepCopy 2024-05-21 18:24:46 +02:00
Hibernate-CI
d48d097f13 Post-steps for release : 6.5.2.Final 2024-05-20 21:21:59 +00:00
Hibernate-CI
41495bfab4 Pre-steps for release : 6.5.2.Final 6.5.2 2024-05-20 21:21:39 +00:00
Marco Belladelli
19c42b3942 HHH-18026 Fix SQL Exception for dialects not supporting arbitrary keys 2024-05-20 08:46:36 +02:00
Marco Belladelli
c23d75cd76 HHH-18026 Add test for issue 2024-05-20 08:46:36 +02:00
Yoann Rodière
dfbb72abe6 HHH-18112 Fix and test default version handling for non-Oracle dialects 2024-05-15 11:54:35 +02:00
Hibernate-CI
a7cbd1a3b8 Post-steps for release : 6.5.1.Final 2024-05-13 19:25:40 +00:00
Hibernate-CI
c81fafac8a Pre-steps for release : 6.5.1.Final 6.5.1 2024-05-13 19:25:30 +00:00
marko-bekhta
641a7ddb4b Provide a way to override global env properties in a test ConnectionProviderBuilder 2024-05-13 21:11:37 +02:00
Dmitry Kryukov
7321ca4ecd HHH-18105 added missing semicolon in CSS file 2024-05-13 21:11:37 +02:00
Steve Ebersole
eb5a1ec714 HHH-18080 Fix default version handling in dialects when not using JDBC metadata 2024-05-10 10:59:37 -05:00
Yoann Rodière
32d4f1596e HHH-18080 Fix default version handling in dialects when not using JDBC metadata
* Use the minimum supported version instead of '0.0.0'
* Don't warn about version '0.0.0'
2024-05-10 10:48:40 -05:00
Yoann Rodière
73edbac469 HHH-18079 Default to minimum supported DB version in more cases
In particular when using hibernate.boot.allow_jdbc_metadata_access=false with jakarta.persistence.database-product-name
2024-05-10 10:48:40 -05:00
Sanne Grinovero
b98ee83b8d HHH-18094 Bytebuddy enhancer: make better use of constants and memory 2024-05-10 10:01:12 +01:00
Sanne Grinovero
fb7c9a48be HHH-18091 Upgrade to ByteBuddy 1.14.15 2024-05-09 13:44:40 +01:00
Marco Belladelli
e7d32c0365
Fix Oracle test missing order by expression in select distinct 2024-05-07 11:11:43 +02:00
Christian Beikov
23fecb110d HHH-17421 Ensure that no follow-on locking happens on SQL Server and Sybase ASE 2024-05-07 08:17:29 +02:00
Simon StJohn-Green
604c896529 HHH-17421 Test that no follow-on locking happens on SQL Server and Sybase ASE 2024-05-07 08:17:28 +02:00
Christian Thiel
5698af3917 HHH-17305 Test and fix for keeping order of tables in polymorphic queries 2024-05-06 17:49:36 +02:00
Christian Beikov
459c6f427a HHH-17385 Missing table for superclass when joining subclass association 2024-05-06 16:23:10 +02:00
Andrea Boriero
92aef4a1ae HHH-18032 CompositeId, when the id assigned by PrePersist method an HibernateException: identifier of an instance of _ was altered is thrown 2024-05-06 14:52:04 +02:00
Andrea Boriero
098fdbd374 HHH-18032 Add test for issue 2024-05-06 14:52:04 +02:00
Marco Belladelli
e8252cb4a8 HHH-17827 Fix check for Map dynamic entity classes 2024-05-06 14:29:14 +02:00
Marco Belladelli
bb88d3244b HHH-17827 Add test for issue 2024-05-06 14:29:14 +02:00
Marco Belladelli
08c2a5479d HHH-17834 Force version increment for the correct inheritance table 2024-05-06 14:27:13 +02:00
Marco Belladelli
d977b40598 HHH-17834 Add test for issue 2024-05-06 14:27:13 +02:00
Christian Beikov
19c2c40f82 HHH-18046 Fix Hana issue with binary arithmetic parameter operand and skip test for cockroach 2024-05-06 12:15:00 +02:00
Marco Belladelli
9ba0dd7af0 HHH-17837 Render target-side key for explicit plural joins when needed
Also, change how we determine whether we need to use the target-side to only the strictly needed cases (non-optimizable joins, `group by` or `order by` clauses)
2024-05-03 08:48:24 +02:00
Marco Belladelli
b2f1725520 HHH-17837 Add test for issue 2024-05-03 08:48:24 +02:00
Christian Beikov
0b1ad4e410 HHH-18046 Cast parameters used as arithmetic operands on DB2 2024-05-02 18:19:16 +02:00
Christian Beikov
55ff91ba17 Update to JPA TCK 3.1.4 2024-05-02 15:45:20 +02:00
Christian Beikov
d5da60da1c HHH-18018 Use NO_PLAIN_PARAMETER for Derby functions that use the length function 2024-05-02 10:28:13 +02:00
Sanne Grinovero
f379ae0652 HHH-18011 Extract reusable constants from EnhancerImpl 2024-05-01 12:00:04 +01:00
Sanne Grinovero
aff789cd90 HHH-18011 Extract DefaultEnhancerClassFileLocator and allow using a different implementation 2024-05-01 12:00:04 +01:00
Christian Beikov
4b172ed843 HHH-18036 Truncate time-related milliseconds when creating a java.sql.Date 2024-05-01 00:09:03 +02:00