SybaseDialect does not support schema anymore

Description

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

Activity

Christian BeikovNovember 23, 2021 at 10:26 AM

Awesome, thanks a lot!

Marius KNovember 23, 2021 at 10:23 AM

I provided

Christian BeikovNovember 23, 2021 at 9:46 AM

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

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created November 23, 2021 at 9:22 AM
Updated May 17, 2023 at 9:28 AM
Resolved November 23, 2021 at 10:28 AM