Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: 989a127b178d3e0b9dc51b30aeb3c8d17dc08ecf
https://github.com/hibernate/hibernate-orm/commit/989a127b178d3e0b9dc51b3...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M docker_db.sh
M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/FunctionTests.java
Log Message:
-----------
HHH-16131 - Added workaround and test for date calculcation errors on Oracle
Temporarily excluded TiDB from that test (until they fix
https://github.com/pingcap/tidb/issues/41052)
Added tidb to the docker_db script
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
Commit: 7250449aaa58b4421cc346f9505c0dd308b982f2
https://github.com/hibernate/hibernate-orm/commit/7250449aaa58b4421cc346f...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2023-02-08 (Wed, 08 Feb 2023)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/FunctionTests.java
Log Message:
-----------
Remove calls to deprecated createQuery method from FunctionTests
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
Compare:
https://github.com/hibernate/hibernate-orm/compare/b9189093599c...7250449...