Andrea Boriero
|
87bab93d05
|
HHH-14533 Add test for issue
|
2024-12-10 15:30:11 +01:00 |
Gavin King
|
02cf728bcb
|
median function documentation, improve test
|
2024-12-07 17:01:15 +01:00 |
Gavin King
|
aae5333dc4
|
HHH-18907 improve how statistics are logged
|
2024-12-04 07:17:15 +01:00 |
Marco Belladelli
|
5b3770e289
|
HHH-18906 Allow unsupported enhancement strategy in hibernate testing
|
2024-12-03 11:36:01 +01:00 |
Gavin King
|
687e5cdd0e
|
remove unnecessary casts
|
2024-11-30 17:21:12 +01:00 |
Christian Beikov
|
6b1ea3e232
|
HHH-18804 Add XML aggregate support for HANA
|
2024-11-22 11:18:22 +01:00 |
Christian Beikov
|
ed5f1d82d1
|
Fix Sybase ASE nightly failure of NationalizedTest
|
2024-11-21 08:54:34 +01:00 |
Gavin King
|
abcdd60b76
|
move ClassmateContext to SPI package, since it occurs in BootstrapContext
it was previously in an internal package, and leaked onto the SPI
|
2024-11-14 14:18:48 +01:00 |
Gavin King
|
9d30d210ed
|
fix signature of Query.setOrder()
|
2024-11-14 09:20:16 +01:00 |
Andrea Boriero
|
5280e15ba0
|
HHH-18522 Drop hard requirements on Jandex
|
2024-11-06 09:26:49 -07: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 |
Gavin King
|
d6e85b0a44
|
move GenerationTarget to the SPI package, since it's exposed by the SPI
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-10-29 18:07:17 +01:00 |
Christian Beikov
|
82b20a0e90
|
HHH-18731 Add generate_series() set-returning function
|
2024-10-23 18:29:20 +02: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 |
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 |
jun
|
71fefc7220
|
remove unnecessary Integer.valueOf() in ShirtStringToIntegerConverter
|
2024-10-07 10:08:15 +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 |
Vladimír Kuruc
|
e2a1434017
|
Informix tests fixes
|
2024-09-23 14:40:55 +02:00 |
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
|
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 |
Gavin King
|
f0f96916ad
|
abbreviated source header
|
2024-09-16 21:26:00 +02:00 |
Gavin King
|
de921ad473
|
cleanups by spotless
|
2024-09-16 21:26:00 +02:00 |
Andrea Boriero
|
b407aa7679
|
HHH-18489 Test initialization of unowned, lazy one-to-one associations
|
2024-09-16 12:01:30 -05:00 |
Yoann Rodière
|
434b32e494
|
HHH-18489 Test initialization of unowned, lazy one-to-one associations (and more) in queries
|
2024-09-16 12:01:30 -05:00 |
Yoann Rodière
|
4b33d0d067
|
HHH-18602 Expose `determineDatabaseVersion` in `Dialect`
|
2024-09-12 12:48:38 -05: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 |
Gavin King
|
0dd2defc89
|
@SuppressWarnings({"UnusedDeclaration"}) -> @SuppressWarnings("unused")
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-09-05 10:46:52 +02:00 |
Gavin King
|
4781c09d0d
|
migrate toward the new PersistenceUnitTransactionType from JPA 3.2
clean up the test base classes etc.
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-09-04 09:27:46 +02:00 |
Gavin King
|
dd16ed61f0
|
fix and clean up AbstractJPATest
clean up LockTest a little
Signed-off-by: Gavin King <gavin@hibernate.org>
|
2024-09-01 22:21:33 +02:00 |
marko-bekhta
|
28988a9a5c
|
HHH-18488 Bump the jboss logging dependency
|
2024-08-28 10:36:21 -05:00 |
Steve Ebersole
|
f2afee75d8
|
HHH-2003 - Collections which are fetched AND restricted should not be written to second-level cache
|
2024-08-15 13:52:33 -05:00 |
Steve Ebersole
|
2273365e06
|
HHH-17448 - Add newly standard column annotation attributes to Hibernate column annotations
|
2024-08-15 13:52:32 -05:00 |