Christian Beikov
0e5846b805
HHH-18604 Add json_array_insert
2024-09-18 18:43:07 +02:00
Christian Beikov
8dfc2a5a91
HHH-18604 Add json_array_append function
2024-09-18 18:43:07 +02:00
Christian Beikov
ab37d1509b
HHH-18604 Add json_mergepatch function
2024-09-18 18:43:07 +02:00
Christian Beikov
051bc78ae6
HHH-18604 Add json_insert and json_replace function
2024-09-18 18:43:07 +02:00
Christian Beikov
36066a03e6
HHH-18604 Add json_remove function and fix some Oracle functions
2024-09-18 18:43:07 +02:00
Christian Beikov
17f328609a
HHH-18604 Add json_set function
2024-09-18 18:43:07 +02:00
Christian Beikov
7e11d7a809
HHH-18496 Fixup some CI issues
2024-09-18 18:43:07 +02:00
Christian Beikov
59ae75bb52
HHH-18496 Add json_objectagg
2024-09-18 18:43:07 +02:00
Christian Beikov
c58485c4ef
HHH-18496 Add json_arrayagg
2024-09-18 18:43:07 +02:00
Christian Beikov
6b4cc28f0e
HHH-18496 Add json_query
2024-09-18 18:43:07 +02:00
Christian Beikov
6454aaf055
HHH-18496 Add json_exists and support the passing clause
2024-09-18 18:43:07 +02:00
Christian Beikov
016b463973
HHH-18496 Add json_object and json_array functions
2024-09-18 18:43:07 +02:00
Christian Beikov
d5a3f041b3
HHH-18496 Add json_value function
2024-09-18 18:43:07 +02:00
Christian Beikov
ff57a6ced0
HHH-18447 Try using native cast for string to boolean
2024-09-18 18:42:10 +02:00
Gavin King
f0f96916ad
abbreviated source header
2024-09-16 21:26:00 +02:00
Gavin King
bbc325c26f
spaces to tabs!
2024-09-16 21:26:00 +02:00
Gavin King
de921ad473
cleanups by spotless
2024-09-16 21:26:00 +02:00
Marco Belladelli
9b5f17340f
Override CockroachDialect#determineDatabaseVersion implementation
2024-09-16 17:15:34 +02:00
Jan Schatteman
8da3f3700f
HHH-18592 - Remove deprecated @TestForIssue
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-09-10 14:09:20 +02:00
Vladimír Kuruc
dfe6a09f31
HHH-18561 Fix for Informix primary key constraint syntax error
2024-09-04 13:58:30 +02:00
Vladimír Kuruc
226e85957b
HHH-18558 Fix for Informix UUID type support
2024-09-03 16:42:03 +02:00
Gavin King
72e42817e3
rationalize diverse ways to split strings
...
+ a couple of other code cleanups
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-30 13:40:34 +02:00
marko-bekhta
28988a9a5c
HHH-18488 Bump the jboss logging dependency
2024-08-28 10:36:21 -05:00
Vladimír Kuruc
43745c9372
HHH-18531 Fix for Informix timestamp literal error
2024-08-28 17:15:17 +02:00
Vladimír Kuruc
5975d02e39
Tests with current_timestamp requires Dialect UsesStandardCurrentTimestampFunction feature
2024-08-27 07:10:43 -05:00
Christian Beikov
a956fda688
HHH-17646 Optimize away real table group rendering if possible
2024-08-16 13:35:45 +02:00
Jan Schatteman
5dd0aa1e1a
HHH-18037 - Move DerbyDialect to hibernate-community-dialects
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-08-15 13:52:32 -05:00
Andrea Boriero
dcdcd257c3
Remove use of session#save, session#saveOrUpdate , session#update and session#remove from tests
2024-08-15 13:52:31 -05:00
Gavin King
755c93c9f1
HHH-18314 NCHAR,NVARCHAR,NCLOB on Db2
...
1. Db2 driver now supports setNString() and friends
2. Hibernate SchemaValidator + SchemaMigrator now consider NUMERIC and DECIMAL equivalent
We may therefore roll back HHH-12753 and HHH-12827 respectively.
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:30 -05:00
Gavin King
0cbdc44fbc
clean up some logging
...
- reduce some INFO messages to DEBUG
- delete unused messages
- some minor formatting changes
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:29 -05:00
Gavin King
ebc253a6f9
more simplifications to persister hierarchy ( #8501 )
...
- remove Lockable interface
- remove Queryable, QueryableCollection, and Loadable
- remove most of PropertyMapping stuff
- remove most of Joinable
2024-08-15 13:52:29 -05:00
Gavin King
7e536a269e
HHH-18207 remove deprecated Dialect classes ( #8487 )
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:28 -05:00
Andrea Boriero
ff07248944
HHH-18054 Support for JPA 3.2 @CheckConstraint
2024-08-15 13:52:27 -05:00
Christian Beikov
405d80bd29
HHH-18043 Change SQL Server default timestamp precision to 7
2024-08-15 13:52:26 -05:00
Christian Beikov
356b729c29
HHH-18035 Change Oracle default timestamp precision to 9
2024-08-15 13:52:26 -05:00
oyeliseiev-ua
ac4931a264
HHH-18459 Add SingleStore dialect
2024-08-12 16:21:28 +02:00
Andrea Boriero
03e48d8355
HHH-18280 add hibernate.query.pass_procedure_paramater_names setting
2024-07-31 15:22:04 -05:00
Andrea Boriero
8766a8e012
HHH-18280 Support named procedure parameters down to the JDBC level
2024-07-31 15:22:04 -05:00
Christian Beikov
01d4b997b5
Fix EDB xor implementation
2024-07-23 20:22:14 +02:00
Christian Beikov
415bfcf8fa
Fixes for nightly failures of PG and EDB v12, DB2 10.5 and MariaDB. Exclude Oracle 21 from nightly runs in favor of Atlas build
2024-07-16 17:26:15 +02:00
Geoffrey Park
228bd7958f
HHH-18343 fix Altibase integration test failures since Hibernate 6.5.2
2024-07-11 18:31:12 +02:00
Samuel Guillemet
bb90a84505
HHH-18339 Set support filter clause to True for H2
2024-07-09 15:58:46 +02:00
imunic
c5d5bc1922
HHH-17840 Fix inconsistency of read/write null JsonNode/JsonValue
2024-07-05 18:05:41 +02:00
Vladimír Kuruc
711dffa7e3
HHH-18312 Fix for Informix nationalized JDBC types support
2024-07-05 16:55:37 +02:00
Vladimír Kuruc
a6503e100e
Informix Blob locator fix
2024-07-05 15:58:14 +02:00
Yanming Zhou
84b3ea0115
HHH-18334 Fix that Teradata doesn't support variable limit
2024-07-05 15:53:15 +02:00
Marco Belladelli
f292908b67
HHH-18332 Fix DB2 support for procedure output ref_cursors parameters
2024-07-05 13:41:59 +02:00
Gavin King
93ec580fad
make use of Length constants in Dialects instead of Integer.MAX_VALUE
...
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-26 11:54:56 +02:00
Vladimír Kuruc
3d72ab25f0
HHH-18267 Informix insert value to identity column error
2024-06-13 17:38:02 +02:00
Andrea Boriero
8663136608
Improve Sybase and SQLServer blob lob generation
2024-06-12 13:36:59 +02:00