File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -417,6 +417,7 @@ class WP_SQLite_Lexer {
417
417
'ROLLBACK ' => 1 ,
418
418
'SCHEDULE ' => 1 ,
419
419
'SECURITY ' => 1 ,
420
+ 'SEQUENCE ' => 1 ,
420
421
'SHUTDOWN ' => 1 ,
421
422
'SNAPSHOT ' => 1 ,
422
423
'SWITCHES ' => 1 ,
@@ -643,6 +644,7 @@ class WP_SQLite_Lexer {
643
644
'CURSOR ' => 3 ,
644
645
'DELETE ' => 3 ,
645
646
'ELSEIF ' => 3 ,
647
+ 'EXCEPT ' => 3 ,
646
648
'FLOAT4 ' => 3 ,
647
649
'FLOAT8 ' => 3 ,
648
650
'HAVING ' => 3 ,
@@ -698,10 +700,12 @@ class WP_SQLite_Lexer {
698
700
'CONDITION ' => 3 ,
699
701
'DATABASES ' => 3 ,
700
702
'GENERATED ' => 3 ,
703
+ 'INTERSECT ' => 3 ,
701
704
'MIDDLEINT ' => 3 ,
702
705
'PARTITION ' => 3 ,
703
706
'PRECISION ' => 3 ,
704
707
'PROCEDURE ' => 3 ,
708
+ 'RECURSIVE ' => 3 ,
705
709
'SENSITIVE ' => 3 ,
706
710
'SEPARATOR ' => 3 ,
707
711
'ACCESSIBLE ' => 3 ,
You can’t perform that action at this time.
0 commit comments