mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-19 03:58:28 -05:00
grammar: Add support for tables named 'no'
This fixes parsing for tables named 'no', like this one: CREATE TABLE NO(a int);
This commit is contained in:
+652
-638
File diff suppressed because it is too large
Load Diff
@@ -247,6 +247,7 @@ keywordastablename
|
||||
| INITIALLY
|
||||
| IMMEDIATE
|
||||
| MATCH
|
||||
| NO
|
||||
| RAISE
|
||||
| REGEXP
|
||||
| REPLACE
|
||||
|
||||
Reference in New Issue
Block a user