SQLDialect identifierCaseInsensitive option #16

Closed
akhaneev wants to merge 2 commits from case-insensetive-quotes into main
akhaneev commented 2024-06-20 17:16:27 +02:00 (Migrated from github.com)

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 to true.

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 to `true`.
marijnh commented 2024-06-24 10:15:01 +02:00 (Migrated from github.com)

Merged. I've renamed the option to caseInsensitiveIdentifiers, which I feel reads a bit better.

Merged. I've renamed the option to `caseInsensitiveIdentifiers`, which I feel reads a bit better.

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
codemirror/lang-sql!16
No description provided.