The {{JdbcEnvironmentImpl(ServiceRegistryImplementor serviceRegistry, Dialect dialect)}} constructor form does not handle global/auto quoting properly.
Description
The JdbcEnvironmentImpl(ServiceRegistryImplementor serviceRegistry, Dialect dialect) constructor form does not handle global/auto quoting properly.
Specifically it calls IdentifierHelperBuilder#setGloballyQuoteIdentifiers for both.
The
JdbcEnvironmentImpl(ServiceRegistryImplementor serviceRegistry, Dialect dialect)
constructor form does not handle global/auto quoting properly.Specifically it calls
IdentifierHelperBuilder#setGloballyQuoteIdentifiers
for both.