Skip to content

Commit 53833c7

Browse files
committed
Remove "NO OTHERS" from reserved keywords
"NO" or "OTHERS" are not reserved keywords per MySQL grammar
1 parent f9f2468 commit 53833c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tokenizer.php

-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ final class Tokenizer
182182
'MYISAM',
183183
'NAMES',
184184
'NATURAL',
185-
'NO OTHERS',
186185
'NOT',
187186
'NULL',
188187
'OFFSET',

0 commit comments

Comments
 (0)