Skip to content

Build(deps): bump @codemirror/lang-sql from 6.5.5 to 6.6.4 in /ui

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

Changelog

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

6.6.4 (2024-05-04)

Bug fixes

Make statement folding leave the entire first line visible.

Fix a null dereference in schema-based autocompletion.

6.6.3 (2024-04-08)

Bug fixes

Fix a bug where Postgres-style dollar-quoted strings were enabled for all dialects, and the doubleDollarQuotedStrings options was ignored.

6.6.2 (2024-03-23)

Bug fixes

Properly support tags in PostgreSQL 4073 quoted strings.

6.6.1 (2024-03-04)

Bug fixes

Fix an issue that caused completions to be missing when using the defaultSchema option.

6.6.0 (2024-02-29)

Bug fixes

Don't tokenize identifiers after periods as anything but plain identifiers.

New features

The schema option now allows nested objects to define multiple levels of completions, as well as self completion options for specific levels. The old format (using tables/schemas) continues to work but is deprecated.

Commits
  • 898e017 Mark version 6.6.4
  • f50a084 Fix a null dereference in completion
  • 9bf24c8 Fold statements from the end of their first line, not first token
  • 176496f Mark version 6.6.3
  • d282a46 Make the doubleDollarQuotedStrings setting actually take effect
  • e5e5832 Mark version 6.6.2
  • 7ca27f7 Support tags in dollar-quoted Postgres strings
  • a615a63 Mark version 6.6.1
  • 7ef2c2e Fix bug in schema-based completion
  • b74ffc5 Mark version 6.6.0
  • Additional commits viewable in compare view

Merge request reports