Add Hibernate 7 batches 2-6, batch 7, and batch 8: mapping styles, JPA annotations, natural IDs, @Immutable, stored procedures, in-memory test databases, JNDI mocking, proxies, associations, temporal mapping, named queries, HQL, Criteria API, EntityManager bootstrapping, Ehcache 3 L2 cache configuration, HikariCP connection pooling, Hibernate Validator CDI integration, aggregate functions, sorting, pagination, interceptors, and Hibernate Search 8 (Hibernate 7.4.5.Final + Spring Boot 4.1.1 + JDK 25)
This commit is contained in:
Executable
+25
@@ -0,0 +1,25 @@
|
||||
# Quick survey: 22 candidate column names, tried unquoted against H2 2.4.240, HSQLDB 2.7.3, Derby 10.16.1.1
|
||||
# via a raw 'create table'. Looking for a word where the three engines actually diverge.
|
||||
|
||||
value: H2=FAIL HSQLDB=OK DERBY=OK
|
||||
key: H2=FAIL HSQLDB=OK DERBY=FAIL
|
||||
user: H2=FAIL HSQLDB=OK DERBY=FAIL
|
||||
size: H2=OK HSQLDB=OK DERBY=OK
|
||||
time: H2=OK HSQLDB=OK DERBY=OK
|
||||
date: H2=OK HSQLDB=OK DERBY=OK
|
||||
level: H2=OK HSQLDB=OK DERBY=OK
|
||||
row: H2=FAIL HSQLDB=OK DERBY=OK
|
||||
limit: H2=FAIL HSQLDB=OK DERBY=OK
|
||||
role: H2=OK HSQLDB=OK DERBY=OK
|
||||
count: H2=OK HSQLDB=OK DERBY=OK
|
||||
year: H2=FAIL HSQLDB=OK DERBY=FAIL
|
||||
type: H2=OK HSQLDB=OK DERBY=OK
|
||||
text: H2=OK HSQLDB=OK DERBY=OK
|
||||
data: H2=OK HSQLDB=OK DERBY=OK
|
||||
name: H2=OK HSQLDB=OK DERBY=OK
|
||||
number: H2=OK HSQLDB=OK DERBY=OK
|
||||
index: H2=OK HSQLDB=OK DERBY=OK
|
||||
state: H2=OK HSQLDB=OK DERBY=OK
|
||||
status: H2=OK HSQLDB=OK DERBY=OK
|
||||
group: H2=FAIL HSQLDB=FAIL DERBY=FAIL
|
||||
check: H2=FAIL HSQLDB=FAIL DERBY=FAIL
|
||||
Reference in New Issue
Block a user