Add backup and restore keywords to sql grammar (#22226)

* Add BACKUP, STATS and CHECKSUM to keywords list

* LOG and REPLACE
This commit is contained in:
Charles Gagnon
2023-03-08 10:38:40 -08:00
committed by GitHub
parent d19aad9b37
commit 31fd467bec
2 changed files with 4 additions and 4 deletions

View File

@@ -6,11 +6,11 @@
"git": { "git": {
"name": "microsoft/vscode-mssql", "name": "microsoft/vscode-mssql",
"repositoryUrl": "https://github.com/microsoft/vscode-mssql", "repositoryUrl": "https://github.com/microsoft/vscode-mssql",
"commitHash": "998c713b179e2e5256b8bf1aeb8ecda3433e6112" "commitHash": "3929516cce0a570e91ee1be74b09ed886cb360f4"
} }
}, },
"license": "MIT", "license": "MIT",
"version": "1.17.0" "version": "1.19.0"
} }
], ],
"version": 1 "version": 1

File diff suppressed because one or more lines are too long