You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 6.9.1
### Bug fixes
Include more MSSQL keyboards and builtins in the completions.
Allow built-in special variables for a dialect to be completed.
Version 6.9.0
### New features
The new `SQLDialect.configureLanguage` method can be used to configure the language (and it's syntax node props) used by a dialect.
Version 6.7.0
### New features
Dialects can now disable quoting of identifiers containing upper-case characters with the `caseInsensitiveIdentifiers` option.
Version 6.6.3
### Bug fixes
Fix a bug where Postgres-style dollar-quoted strings were enabled for all dialects, and the `doubleDollarQuotedStrings` options was ignored.