This test runs on Oracle DBs only. It fails with:
org.hibernate.tool.schema.spi.SchemaManagementException: Schema-validation: missing column [id] in table [test_entity]
It is fixed if the JdbcMetadataAccessStrategy is changed to INDIVIDUALLY. Seems like GROUPED strategy doesn't work properly with synonyms in the database - Oracle driver retrieves the columns of the synonym, but not the physical table.
- is incorporated by
-
JBEAP-8552 Upgrade to Hibernate ORM 5.1.5
- Closed
- is caused by
-
HHH-11418 Loading...