Thanks for the report. Do you think you could provide a PR with the fix for it? Ideally, you would also post some kind of link to the documentation stating that this is supported. Alternatively, you can create a PR against the wip/6.0 branch which soon will become the main branch. There we have setup a CI for Sybase
Hi,
the commit https://github.com/hibernate/hibernate-orm/commit/8cecdd3f43796c134688d99b6387d59600e75738 of Hibernate 5.6.0.CR1 sets the NameQualifierSupport of the SybaseDialect to CATALOG while before it has been null (and determined by the Driver?!).
This breaks our code, because we set the schema with "hibernate.default_schema".
We use Adaptive Server Enterprise/16.0 SP02 with the driver com.sybase.jconn4. Maybe the method has to be overwritten in SybaseASE15Dialect?
Best,
Marius