Description:
|
HQLScrollFetchTest fails on CI for Oracle dialects due to the identity column not being supported. Extend HQLScrollFetchTest and create a mapping that utilizes native key generation instead. Require Oracle for the subclass and skip it on the superclass. Other tests are failing as well for the same reasons.
BasicConnectionTest needs to check Dialect#supportsIfExistsAfterTableName & Dialect#supportsIfExistsBeforeTableName
|