Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 35682e50da614e9e5c57953fa69087cb08854a75
https://github.com/hibernate/hibernate-orm/commit/35682e50da614e9e5c57953...
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: 60520667c12fdb9d7d49e450c2e3f5890716b0ae
https://github.com/hibernate/hibernate-orm/commit/60520667c12fdb9d7d49e45...
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/0b4b52b08ae1...6052066...