hibernate-orm icon indicating copy to clipboard operation
hibernate-orm copied to clipboard

HHH-16516 Do not toLowerCase quoted identifiers

Open bendiscz opened this issue 2 years ago • 1 comments

CamelCaseToUnderscoresNamingStrategy converts all identifiers to lowercase, but quoted identifiers are generally case-sensitive and should not be converted.

This simple patch prevents calling toLowerCase on quoted Identifiers.

bendiscz avatar Jun 21 '23 08:06 bendiscz

Please also add a test case to avoid regressions in the future.

beikov avatar Jul 25 '23 14:07 beikov