Skip to content

Bump @codemirror/lang-sql from 6.6.4 to 6.7.0 in /ui

Bumps @codemirror/lang-sql from 6.6.4 to 6.7.0.

Changelog

Sourced from @​codemirror/lang-sql's changelog.

6.7.0 (2024-06-24)

New features

Dialects can now disable quoting of identifiers containing upper-case characters with the caseInsensitiveIdentifiers option.

6.6.5 (2024-06-17)

Bug fixes

Fix a bug that broke tokenizing of e'\n'-style strings.

Commits

Merge request reports