Commit Graph

17770 Commits

Author SHA1 Message Date
Marco Pelagatti 3790c19ccc HHH-18170 Subquery randomly generating wrong SQL due to duplicate alias 2024-06-11 15:39:10 +02:00
Marco Belladelli 1919409ffc HHH-18007 Use correct expressible when checking query result type 2024-06-11 15:39:10 +02:00
marko-bekhta 433fbe9185 HHH-18007 Add a testcase for the issue 2024-06-11 15:39:10 +02:00
Gavin King f0d5cf789a HHH-18140 Skip optimizeUnloadedDelete if there are POST_COMMIT_DELETE listeners
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-11 15:39:10 +02:00
Guenther Demetz ece64c75fd HHH-16557 Testcase and bugfix proposal (revised by beikov) 2024-06-11 15:39:10 +02:00
Andrea Boriero f44332ccfb HHH-17943 - Fix for issue 2024-06-11 15:39:10 +02:00
Andrea Boriero a559dd243b HHH-17943 - Add test for issue 2024-06-11 15:39:10 +02:00
Jan Schatteman 7389e5f9d4 HHH-17943 - Fix for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-06-11 15:39:10 +02:00
Jan Schatteman d64b9566b8 HHH-17943 - Add test for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-06-11 15:39:10 +02:00
Marco Belladelli 3570d9b451 Fix Oracle test missing order by expression in select distinct 2024-06-11 15:39:10 +02:00
Christian Beikov 4e1be36110 HHH-18027 Clear expansions NonSelectQueryPlan.executeUpdate call 2024-06-11 15:39:10 +02:00
Yanming Zhou d7566d8a59 HHH-18027 Test mutation query reuse with parameter list expansions 2024-06-11 15:39:10 +02:00
Andrea Boriero 82c2186363 HHH-18032 CompositeId, when the id assigned by PrePersist method an HibernateException: identifier of an instance of _ was altered is thrown 2024-06-11 15:39:10 +02:00
Andrea Boriero 2af8e2024c HHH-18032 Add test for issue 2024-06-11 15:39:10 +02:00
Christian Beikov 7a41b2a594 HHH-18036 Truncate time-related milliseconds when creating a java.sql.Date 2024-06-11 15:39:10 +02:00
Christian Beikov d8b3fb6fe5 Make identifiers case insensitive in MySQL/MariaDB, but retain the correct case when storing names 2024-06-11 15:39:10 +02:00
Christian Beikov d0ba47c048 Make identifiers case insensitive in MySQL/MariaDB 2024-06-11 15:39:10 +02:00
Christian Beikov 51a41bde7e Allow running staged TCKs 2024-06-11 15:39:10 +02:00
Hibernate-CI b09735506a Post-steps for release : `6.4.8.Final` 2024-04-26 11:53:06 +00:00
Hibernate-CI a3611bf651 Pre-steps for release : `6.4.8.Final` 2024-04-26 11:53:06 +00:00
Jan Schatteman 03e589ef0d HHH-17967
- Add test for issue (already fixed on main)
  - Backport the minimal necessary bits of HHH-16931 and
    https://github.com/hibernate/hibernate-orm/pull/7883 to fix the NPE

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-04-25 14:36:32 +02:00
Hibernate-CI c843573007 Post-steps for release : `6.4.7.Final` 2024-04-25 11:52:26 +00:00
Hibernate-CI 396a7f4a7d Pre-steps for release : `6.4.7.Final` 2024-04-25 11:52:26 +00:00
Andrea Boriero 2811aad839 HHH-17964 Hibernate using wrong column order for ElementCollection query when composite ID is present 2024-04-25 09:59:31 +02:00
Andrea Boriero 2b4ec1fb8c HHH-17964 Add test for issue 2024-04-25 09:59:31 +02:00
Christian Beikov 66dbb7a1fc HHH-17981 Automate maintenance releases for 6.4 2024-04-24 14:44:42 +02:00
Hibernate-CI 7401c19196 Post-steps for release : `6.4.6.Final` 2024-04-24 11:52:34 +00:00
Hibernate-CI 17391aa59c Pre-steps for release : `6.4.6.Final` 2024-04-24 11:52:33 +00:00
Hibernate-CI 652a675bb2 Post-steps for release : `6.4.5.Final` 2024-04-23 11:54:10 +00:00
Hibernate-CI 227032a422 Pre-steps for release : `6.4.5.Final` 2024-04-23 11:54:10 +00:00
Andrea Boriero ceb4d060da HHH-17965 @ElementCollection with @CollectionTable throws o.h.MappingException Foreign key must have same number of columns as the referenced primary key 2024-04-23 13:51:16 +02:00
Andrea Boriero f46f0c4701 HHH-17965 Add test for issue 2024-04-23 13:51:16 +02:00
Andrea Boriero b3c87c3514 Upgrade docker mssql image to 2022-CU12-ubuntu-22.04 2024-04-19 13:04:53 +02:00
Christian Beikov 488cdd9559 HHH-17884 Fix the enum value sorting for EnumeratedType.STRING enums 2024-04-19 13:04:05 +02:00
Marco Belladelli 781888e974 HHH-17916 Check type is resolved before building generic property 2024-04-19 12:40:49 +02:00
Marco Belladelli 21583a266e HHH-17916 Add test for issue 2024-04-19 12:40:49 +02:00
Florian Heck e459eb2989 HHH-17975 add testcase for retrieving revision by an Instant 2024-04-19 12:35:20 +02:00
Florian Heck ac49021e28 HHH-17975: use the same precision (millis) for resolving revision timestamps from Instant as from LocalDateTime 2024-04-19 12:35:20 +02:00
Marco Belladelli 034b42f3a1
Tag release version before committing development version change 2024-04-19 08:58:44 +02:00
Christian Beikov f36dd10194 HHH-17174 Fix empty query string 2024-04-18 18:17:03 +02:00
Christian Beikov abea1bf23d HHH-17947 Bidirectional association management shouldn't ignore maintaining inverse lazy objects 2024-04-12 13:29:32 +02:00
Christian Beikov 2b4003c506 HHH-17947 Add additional test for unique key loading 2024-04-12 13:29:32 +02:00
Jan Schatteman 3f3181d729 HHH-17947 - Add test for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-04-12 13:29:32 +02:00
Marco Belladelli 4cc15d4297 HHH-17832 Register projection usage for circular bidirectional fetch 2024-04-11 16:33:19 +02:00
Marco Belladelli e765929e6a HHH-17832 Add test for issue 2024-04-11 16:33:19 +02:00
dependabot[bot] 82e23bc51d Bump com.gradle.enterprise from 3.16.2 to 3.17
Bumps com.gradle.enterprise from 3.16.2 to 3.17.

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-09 10:07:46 +02:00
dependabot[bot] 07ba5234cb Bump com.gradle.common-custom-user-data-gradle-plugin from 1.13 to 2.0
Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.13 to 2.0.

---
updated-dependencies:
- dependency-name: com.gradle.common-custom-user-data-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-09 10:07:24 +02:00
Andrea Boriero 2bfa6df7cc HHH-17887 Release mode After Statment with deferred result set access does not work 2024-04-09 07:47:00 +02:00
Andrea Boriero 638b5c7394 HHH-17887 Add test for issue 2024-04-09 07:47:00 +02:00
Andrea Boriero 239014db35 HHH-17826 ResultSet closed while scrolling results 2024-04-08 16:27:18 +02:00