Skip to content

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

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

Changelog

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

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
  • 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