SQLDialect identifierCaseInsensitive option #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "case-insensetive-quotes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I added the identifierCaseInsensitive SQLDialect option to skip quoting upper-case identifiers. By default quotes are added to a table called
MyTable. The completion won't be quoted with this option set totrue.Merged. I've renamed the option to
caseInsensitiveIdentifiers, which I feel reads a bit better.Pull request closed