소스 검색

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

John Murray 3 년 전
부모
커밋
52ddca56ba
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      desktop/core/src/desktop/js/parse/sql/generic/sqlParseSupport.js

+ 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',