Branch: refs/heads/6.1
Home:
https://github.com/hibernate/hibernate-orm
Commit: 71469d8b990592477d70b023569f6d104a250716
https://github.com/hibernate/hibernate-orm/commit/71469d8b990592477d70b02...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/persister/entity/TemporaryTableSchemaTest.java
Log Message:
-----------
HHH-15517 Testcase for temporary table prefixing the qualified table name instead of
just table name
Commit: 1551c3fa752df01ba33f13403a3514b051508108
https://github.com/hibernate/hibernate-orm/commit/1551c3fa752df01ba33f134...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/naming/Identifier.java
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASEDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/temptable/TemporaryTable.java
Log Message:
-----------
HHH-15517 Fix for temporary table prefixing the qualified table name instead of just
table name
Compare:
https://github.com/hibernate/hibernate-orm/compare/6b7c04ce20ad...1551c3f...