-
Bug
-
Resolution: Done
-
Major
-
7.1.0.ER3
PostgresPlus returns column names enclosed in quotes if the field was enclosed in quotes when the index was created; other DBs apparently don't return quotes column names. Hibernate assumes that the column names are not quoted, resulting the excepton:
"org.hibernate.boot.model.naming.IllegalIdentifierException: Identifier text should not contain quote markers (` or ")"
This is reproduced by SchemaUpdateTest.testSchemaUpdateAndValidation on PostgresPlus.
- is incorporated by
-
JBEAP-12909 [GSS](7.1.z) Upgrade Hibernate ORM from 5.1.10 to 5.1.12
- Closed
- cloned from
-
HHH-11915 Loading...