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 5376428 commit dfa6adaCopy full SHA for dfa6ada
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.7.1 (2024-08-21)
2
+
3
+### Bug fixes
4
5
+Remove single-letter words from the list of Postgres keywords, since they interfere with alias-based autocompletion.
6
7
## 6.7.0 (2024-06-24)
8
9
### New features
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-sql",
- "version": "6.7.0",
+ "version": "6.7.1",
"description": "SQL language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments