Files
spring-data-relational/spring-data-jdbc/src
Jens Schauder 37b144fb9d Reenable quoting for SqlServerDialect.
Quoting is important since it allows use of keywords as names.
We do not change the letter casing.
In a default setup the database does not care since it is case-insensitive.
If configured to be case-sensitive it makes sense to pass on what ever letter casing there is, since you seem to care.

Closes #1216
See #914
2022-12-07 09:57:34 +01:00
..