We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa61de commit 3b9043dCopy full SHA for 3b9043d
1 file changed
wp-includes/sqlite/class-wp-sqlite-lexer.php
@@ -417,6 +417,7 @@ class WP_SQLite_Lexer {
417
'ROLLBACK' => 1,
418
'SCHEDULE' => 1,
419
'SECURITY' => 1,
420
+ 'SEQUENCE' => 1,
421
'SHUTDOWN' => 1,
422
'SNAPSHOT' => 1,
423
'SWITCHES' => 1,
@@ -643,6 +644,7 @@ class WP_SQLite_Lexer {
643
644
'CURSOR' => 3,
645
'DELETE' => 3,
646
'ELSEIF' => 3,
647
+ 'EXCEPT' => 3,
648
'FLOAT4' => 3,
649
'FLOAT8' => 3,
650
'HAVING' => 3,
@@ -698,10 +700,12 @@ class WP_SQLite_Lexer {
698
700
'CONDITION' => 3,
699
701
'DATABASES' => 3,
702
'GENERATED' => 3,
703
+ 'INTERSECT' => 3,
704
'MIDDLEINT' => 3,
705
'PARTITION' => 3,
706
'PRECISION' => 3,
707
'PROCEDURE' => 3,
708
+ 'RECURSIVE' => 3,
709
'SENSITIVE' => 3,
710
'SEPARATOR' => 3,
711
'ACCESSIBLE' => 3,
0 commit comments