Commit Graph

17786 Commits

Author SHA1 Message Date
Christian Beikov 3d483887c1 HHH-18352 Don't emulate tuple comparison with subquery if possible 2024-08-06 11:49:08 +02:00
imunic 1d87db4e4f HHH-17840 Fix inconsistency of read/write null JsonNode/JsonValue 2024-08-06 11:49:08 +02:00
Marco Belladelli c972208fbc HHH-18272 Check for `SqmAliasedNodeRef` when collecting group/order by 2024-08-06 11:49:08 +02:00
Marco Belladelli 5e4c35441c HHH-18272 Add test for issue 2024-08-06 11:49:08 +02:00
Yoann Rodière 0047b070d6 Upgrade to hibernate-jenkins-pipeline-helpers 1.17 2024-08-06 11:49:08 +02:00
Christian Beikov a3926cbbc1 Fix passing branch to publish.sh 2024-08-06 11:49:08 +02:00
Christian Beikov a61ab0671f Bind BRANCH environment variable 2024-08-06 11:49:08 +02:00
Christian Beikov b5bc7fb8bb Fix empty git branch and remote value issues 2024-08-06 11:49:08 +02:00
Christian Beikov 3a19d2210a Fix empty git branch and remote value issues 2024-08-06 11:49:08 +02:00
Andrea Boriero b785f94890 HHH-17735 Community dialects for MySQL 5.7 give invalid SQL syntax for locks since 6.4.4 2024-08-06 11:49:08 +02:00
Hibernate-CI f7e7686092 Post-steps for release : `6.4.9.Final` 2024-06-11 13:40:26 +00:00
Hibernate-CI 094da2878d Pre-steps for release : `6.4.9.Final` 2024-06-11 13:40:26 +00:00
Christian Beikov 346d7a074d Increase XMX for Quarkus build 2024-06-11 15:39:10 +02:00
Marco Belladelli d8c9f9dba9 HHH-17837 HHH-18202 Backport fk rendering-side logic for associations in order/group by 2024-06-11 15:39:10 +02:00
Marco Belladelli 4772073a54 HHH-18202 Add test for issue 2024-06-11 15:39:10 +02:00
Marco Belladelli f7cb6c1fb0 HHH-17837 Add test for issue 2024-06-11 15:39:10 +02:00
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