You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [HHH-2214] - SQLStateConverter chooses wrong JDBCException: Locks and MySQL
14
+
* [HHH-5396] - JPQL KEY(), ENTRY() and VALUE() does not recognize alias refs
15
+
* [HHH-6256] - persistence.xml-specified javax.persistence.lock.timeout is ignored
16
+
* [HHH-6310] - SQLServer2005Dialect produced select statement with a distinct keyword within an aggregate function does not work
17
+
* [HHH-6329] - Apparently inaccurate 'java.lang.UnsupportedOperationException: Illegal attempt to edit read only item' when using SQLQuery.executeUpdate
18
+
* [HHH-6728] - SQLServer2005Dialect - Paging doesn't work with UPPERCASE colums in a case sensitive database
19
+
* [HHH-6950] - Bogus string replacement in SQLServer2005Dialect.insertRowNumberFunction()
20
+
* [HHH-6960] - NullPointerException in PreCollectionRemove Listener
21
+
* [HHH-7019] - SQLServer2005Dialect, SQLServer2008Dialect issues with subqueries
22
+
* [HHH-7074] - the replacement annotations of @Entity are not working
23
+
* [HHH-7107] - org.hibernate.test.locking.LockModeTest hangs on Sybase 15.5 and DB2-97
24
+
* [HHH-7112] - session.clear does not clear StatefulPersistenceContext.naturalIdResolutionCacheMap
25
+
* [HHH-7198] - SQLServer2005Dialect.getLimitString turns tablenames to lowercase -> SQLGrammarException: when mapping tables with capital letters
26
+
* [HHH-7285] - Using distinct in Criteria, using first- and maxResults, fails with SQLGrammarException when a colum in the distinct clause starts with 'from'
27
+
* [HHH-7294] - Envers manytomany Test BasicSametable fails on DB2 as DB2 does not support tinyint
28
+
* [HHH-7295] - ParentAuditing Test in Envers Testsuite fails across different databases with different error messages because Hibernate does not set LockMode correctly
29
+
* [HHH-7316] - Collection removal actions added by DefaultAutoFlushEventListener.onAutoFlush() are not removed when flush is not needed
30
+
* [HHH-7317] - Boolean values bound to parameters in SQL predicate cause failures using DB2 with deferPrepares = true
31
+
* [HHH-7323] - SQLServerDialectTest.testMaxResultsSqlServerWithCaseSensitiveCollation fails on mssql2008R1 and mssql2008R2 due to Lock request TimeOut period exceeded
32
+
* [HHH-7346] - Tests fail on Postgresql due to failure in typecasts
33
+
* [HHH-7347] - fail test if it runs longer than 30 minutes to prevent hangs
34
+
* [HHH-7348] - AbstractMultiTenantConnectionProvider not closing connections
35
+
* [HHH-7350] - read-only entities can not be deleted from 2LC
36
+
37
+
** Improvement
38
+
* [HHH-3961] - SQLServerDialect, support nowait in LockMode.UPGRADE_NOWAIT
39
+
* [HHH-5881] - Add getter for "namedParameters" to QueryKey
40
+
* [HHH-6846] - Support for Query.setHint(javax.persistence.lock.timeout)
41
+
* [HHH-7356] - javax.persistence.lock.timeout hint is ignored by @NamedQuery
42
+
43
+
** New Feature
44
+
* [HHH-7306] - Allow use of CurrentTenantIdentifierResolver in normal session opening
0 commit comments