Explorar o código

Add DELETE to suggestKeywords of generic parser (fixes #2983)

John Murray %!s(int64=3) %!d(string=hai) anos
pai
achega
52ddca56ba

+ 1 - 0
desktop/core/src/desktop/js/parse/sql/generic/sqlParseSupport.js

@@ -1005,6 +1005,7 @@ const initSqlParser = function (parser) {
     let keywords = [
       'ALTER',
       'CREATE',
+      'DELETE',
       'DESCRIBE',
       'DROP',
       'GRANT',