mxd 3 rokov pred
rodič
commit
0cdf315eb5

+ 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: '"'},