Branch: refs/heads/6.1
Home:
https://github.com/hibernate/hibernate-orm
Commit: 877ca69833b01dfe1eacf79e15641a2c110281fb
https://github.com/hibernate/hibernate-orm/commit/877ca69833b01dfe1eacf79...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2022-09-08 (Thu, 08 Sep 2022)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/schematools/PrimaryKeyColumnOrderTest.java
Log Message:
-----------
HHH-15356 Add test for issue
Commit: 7d3cbfa9380281078c2c00b91ac7592ea06759df
https://github.com/hibernate/hibernate-orm/commit/7d3cbfa9380281078c2c00b...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2022-09-08 (Thu, 08 Sep 2022)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/AbstractInformationExtractorImpl.java
Log Message:
-----------
HHH-15356 Unable to get primary information on some dialects (ex: Oracle) when the PK
column's position doesn't match the alphabetical name's order
Compare:
https://github.com/hibernate/hibernate-orm/compare/11e1a60b8d55...7d3cbfa...