Skip to content

Bump @codemirror/lang-sql from 6.5.5 to 6.6.2 in /ui

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

Changelog

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

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
  • 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
  • 5f9ea3b Make the way the completion schema is defined more regular
  • 4ab5417 Don't tokenize identifiers after dots as keywords
  • See full diff in compare view

Merge request reports