hibernate-orm
hibernate-orm copied to clipboard
HHH-16516 Do not toLowerCase quoted identifiers
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.
Please also add a test case to avoid regressions in the future.