mxd 3 년 전
부모
커밋
0cdf315eb5
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      magic-editor/src/console/src/scripts/parsing/index.js

+ 2 - 2
magic-editor/src/console/src/scripts/parsing/index.js

@@ -170,8 +170,8 @@ const TokenType = {
     RShift2Equal: {literal:'>>>=', error: '>>>=', modifiable: true},
 
 
-    SqlAnd: {literal: 'and', error: 'and', inLinq: true},
-    SqlOr: {literal: 'or', error: 'or', inLinq: true},
+    SqlAnd: {literal: 'and', error: 'and'},
+    SqlOr: {literal: 'or', error: 'or'},
     SqlNotEqual: {literal: '<>', error: '<>', inLinq: true},
     Questionmark: {literal: '?', error: '?'},
     DoubleQuote: {literal: '"', error: '"'},