Commit Graph

18271 Commits

Author SHA1 Message Date
Matej Pucihar d53f21a4b4
HHH-18151 Fix lazy loading with generics and inheritance 2024-05-29 09:05:15 +02:00
Matej Pucihar e0217c1d2d
HHH-18151 Add test for issue
Co-authored-by: Marco Belladelli <marcobladel@gmail.com>
2024-05-29 09:05:11 +02:00
Matej Pucihar b7755c7906
HHH-18138 entity graphs must respect concrete generic attribute
Co-authored-by: Marco Belladelli <marcobladel@gmail.com>
2024-05-29 09:04:26 +02:00
Matej Pucihar 1e5d1fdcc0
HHH-18138 Add test for issue 2024-05-29 09:04:22 +02:00
Marco Pelagatti f4d044f63a HHH-18170 Subquery randomly generating wrong SQL due to duplicate alias 2024-05-28 11:24:51 +02:00
Marco Belladelli 61632590a0 HHH-17925 Allow mapping join column on single attribute of composite id 2024-05-28 10:42:12 +02:00
Marco Belladelli 3652897800 HHH-17925 Add test for issue 2024-05-28 10:42:12 +02:00
Marco Belladelli f372748105 HHH-18007 Use correct expressible when checking query result type 2024-05-28 10:42:02 +02:00
marko-bekhta cd60710c92 HHH-18007 Add a testcase for the issue 2024-05-28 10:42:02 +02:00
Dmitry Kryukov c8809b73e5 HHH-18107 fixed package name 2024-05-27 17:26:41 +02:00
Gavin King 4f15299807 HHH-18140 Skip optimizeUnloadedDelete if there are POST_COMMIT_DELETE listeners
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-27 16:08:03 +02:00
Guenther Demetz 985c6e4001 HHH-16557 Testcase and bugfix proposal (revised by beikov) 2024-05-27 14:35:59 +02:00
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` 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` 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