We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50a084 commit 898e017Copy full SHA for 898e017
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 6.6.4 (2024-05-04)
2
+
3
+### Bug fixes
4
5
+Make statement folding leave the entire first line visible.
6
7
+Fix a null dereference in schema-based autocompletion.
8
9
## 6.6.3 (2024-04-08)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-sql",
- "version": "6.6.3",
+ "version": "6.6.4",
"description": "SQL language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments