Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: e13cf2e0d1a942365723b907b7aa39c03731d684
https://github.com/hibernate/hibernate-orm/commit/e13cf2e0d1a942365723b90...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
M databases/cockroachdb/resources/hibernate.properties
M databases/derby/resources/hibernate.properties
M databases/mariadb/resources/hibernate.properties
M databases/mssqlserver/resources/hibernate.properties
M databases/oracle/resources/hibernate.properties
M databases/pgsql/resources/hibernate.properties
Log Message:
-----------
fix the hibernate.properties so they work on H6
Commit: 611b6c01795edb3d84b6cd0254c6e89bcc7ebd35
https://github.com/hibernate/hibernate-orm/commit/611b6c01795edb3d84b6cd0...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseUnitTestCase.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/DialectContext.java
Log Message:
-----------
don't do things that can fail in static initializers
because the failure gets swallowed by a nasty NCDFE
and is impossible to track down
Commit: 675d176b57b849601e0b88ad7f7a110a111eb3de
https://github.com/hibernate/hibernate-orm/commit/675d176b57b849601e0b88a...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
M
hibernate-testing/src/main/java/org/hibernate/testing/cleaner/PostgreSQLDatabaseCleaner.java
Log Message:
-----------
stop trying to clear the public schema on postgres
because you don't have permission to do that
Commit: f389952a9dff9b35def4fe309822143cbb26f82f
https://github.com/hibernate/hibernate-orm/commit/f389952a9dff9b35def4fe3...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
A databases/mysql/matrix.gradle
A databases/mysql/resources/hibernate.properties
Log Message:
-----------
add ability to run tests locally on mysql
Compare:
https://github.com/hibernate/hibernate-orm/compare/a35ad1905b2f...f389952...