403 Commits

Author SHA1 Message Date
Gavin King
1be4428719 move the SQM tuple support into the correct package namespace
this was placed in a location which it would be part of the
public API of the org.hibernate.query package, which is wrong,
since it is not API, nor is it even exposed on any SPIs, as
far as I can discern

cc @beikov
2024-12-21 11:32:24 +01:00
Gavin King
6816f721be move @Incubating ReturnableType to same package as its super/subtypes 2024-12-21 11:32:24 +01:00
Christian Beikov
31fad3bd45 HHH-18968 Fix localtime return type for MySQL 2024-12-19 21:25:48 +01:00
Vladimír Kuruc
a23096484f HHH-18369 Support Informix matches() function 2024-12-17 15:30:05 +01:00
Vladimír Kuruc
d341240b1a HHH-18367 Fix for Informix sum on case expression error 2024-12-17 15:30:05 +01:00
Vladimír Kuruc
cda4b1ca37 HHH-18365 Fix for Informix function bit_length() error 2024-12-17 15:30:05 +01:00
Vladimír Kuruc
98e80e3504 HHH-18364 Fix for Informix function locate() error 2024-12-17 15:30:05 +01:00
Vladimír Kuruc
a2f82b63f4 HHH-18363 Fix for Informix component nullness check error 2024-12-17 15:30:05 +01:00
Vladimír Kuruc
20d054aa7b HHH-18362 Fix for Informix function substring() error 2024-12-17 15:30:05 +01:00
Vladimír Kuruc
b02b33d478 HHH-18361 Fix for Informix current_time error 2024-12-17 15:30:05 +01:00
Christian Beikov
32d1455326 Fix ReSaveReferencedDeletedEntity for CockroachDB and HANA 2024-12-12 14:20:11 +01:00
Christian Beikov
e93a07b4f9 Only cast LONG32 to text on PG to avoid type comparison related issues 2024-12-12 14:20:11 +01:00
Marco Belladelli
aef0fdb996
Fix missing newline causing spotless check failure 2024-12-02 09:47:49 +01:00
Gavin King
d5b7289686 remove deprecated/obsolete Dialect-related stuff 2024-12-01 16:25:32 +01:00
Gavin King
e14ead0c0f HHH-16516 don't quote $ unnecessarily
it's only needed on HSQLDB

and remove unnecessary logging
2024-11-29 20:35:32 +01:00
Christian Beikov
57142a86dd HHH-18800 Add XML aggregate support for PostgreSQL 2024-11-22 11:18:22 +01:00
Christian Beikov
eeba7edf32 HHH-18799 Add XML aggregate support for Oracle 2024-11-22 11:18:22 +01:00
Christian Beikov
6d1b9c475a HHH-18802 Add XML aggregate support for SQL Server 2024-11-22 11:18:22 +01:00
Christian Beikov
1077b6f0a9 HHH-18803 Add XML aggregate support for DB2 2024-11-22 11:18:22 +01:00
Christian Beikov
d39aa6d162 HHH-18801 Add XML aggregate support for Sybase ASE 2024-11-22 11:18:22 +01:00
Christian Beikov
c8a66789d1 Fix some JSON function rendering issues on TiDB 2024-11-21 12:55:53 +01:00
Christian Beikov
f12c6c3aed Don't render distinct from predicate on SQL Server versions that don't support it 2024-11-21 08:54:34 +01:00
Christian Beikov
4a07b5ed1d HHH-18798 Add JSON aggregate support for SQL Server 2024-11-12 12:35:40 +01:00
Christian Beikov
d973dcc060 HHH-18797 Add JSON aggregate support for HANA 2024-11-12 12:35:40 +01:00
Christian Beikov
4d6f9baa93 HHH-18796 Add JSON aggregate support for DB2 2024-11-12 12:35:40 +01:00
Christian Beikov
26a8a693cc HHH-18795 Add JSON aggregate support for CockroachDB 2024-11-12 12:35:40 +01:00
Christian Beikov
243306d12e HHH-18794 Add JSON aggregate support for MariaDB 2024-11-12 12:35:40 +01:00
Christian Beikov
1f5f778358 HHH-18793 Add JSON aggregate support for MySQL 2024-11-12 12:35:40 +01:00
Christian Beikov
e1a8990358 HHH-18759 Add xmltable() set-returning function 2024-10-31 18:04:05 +01:00
Christian Beikov
854a982927 HHH-18758 Add json_table() set-returning function 2024-10-31 18:04:05 +01:00
Christian Beikov
82b20a0e90 HHH-18731 Add generate_series() set-returning function 2024-10-23 18:29:20 +02:00
Steve Ebersole
dd8e186416 HHH-18644 - New and improved hibernate-maven-plugin 2024-10-22 08:50:09 -05:00
Gavin King
0393df8761 HHH-17068 move layer-breaking enums from o.h.q.sqm to o.h.q.common
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-10-20 15:00:09 +02:00
Gavin King
d5bf8016a8 HHH-18585 move AfterUseAction and BeforeUseAction to an SPI package
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-10-20 15:00:09 +02:00
Jan Schatteman
b1795a6f67 HHH-18740 - Deprecate org.hibernate.dialect.hint
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-10-18 19:43:04 +02:00
Christian Beikov
25ddb64a4c HHH-18661 Add unnest() set-returning function and enable XML/JSON based array support on more databases 2024-10-18 10:08:46 +02:00
Jan Schatteman
58ee919feb HHH-18643 - Remove support for SAP HANA versions older than 2.0 SPS 05, create a legacy HANA dialect in the community dialects module
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-09-30 14:08:49 +02:00
Marco Belladelli
ebcbebac39 HHH-18642 Revert to Statement.RETURN_GENERATED_KEYS for identity only 2024-09-24 15:04:50 +02:00
Steve Ebersole
df405d37ab HHH-18620 - Add @NativeGenerator 2024-09-23 13:24:48 -05:00
Christian Beikov
450bca6265 HHH-18497 Add special xmlquery and xmlexists functions for DB2 10.5 2024-09-23 15:03:22 +02:00
Christian Beikov
3b07ed91c3 HHH-18497 Add xmlagg function 2024-09-23 15:03:22 +02:00
Christian Beikov
af09813ced HHH-18497 Add xmlexists function 2024-09-23 15:03:22 +02:00
Christian Beikov
449d002563 HHH-18497 Add xmlquery function 2024-09-23 15:03:22 +02:00
Christian Beikov
574959a591 HHH-18497 Add xmlpi function 2024-09-23 15:03:22 +02:00
Christian Beikov
a37ae66a2e HHH-18497 Add xmlconcat function 2024-09-23 15:03:22 +02:00
Christian Beikov
1abfd4eea6 HHH-18497 Add xmlforest function 2024-09-23 15:03:22 +02:00
Christian Beikov
f10ec5db1d HHH-18497 Add xmlcomment function 2024-09-23 15:03:22 +02:00
Christian Beikov
4baba673cb HHH-18497 Add xmlelement function 2024-09-23 15:03:22 +02:00
Andrea Boriero
2d2c3a615c HHH-18471 Since 6.2.2 Dialect SybaseAnywhereDialect does not render table names in the selection query 2024-09-20 13:05:26 +02:00
Christian Beikov
ec502138b1 HHH-18604 Fix some issues with old SQL Server versions 2024-09-20 09:12:59 +02:00