Skip to content

Commit 3b9043d

Browse files
committed
Add more keywords for MariaDB
1 parent 7aa61de commit 3b9043d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wp-includes/sqlite/class-wp-sqlite-lexer.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ class WP_SQLite_Lexer {
417417
'ROLLBACK' => 1,
418418
'SCHEDULE' => 1,
419419
'SECURITY' => 1,
420+
'SEQUENCE' => 1,
420421
'SHUTDOWN' => 1,
421422
'SNAPSHOT' => 1,
422423
'SWITCHES' => 1,
@@ -643,6 +644,7 @@ class WP_SQLite_Lexer {
643644
'CURSOR' => 3,
644645
'DELETE' => 3,
645646
'ELSEIF' => 3,
647+
'EXCEPT' => 3,
646648
'FLOAT4' => 3,
647649
'FLOAT8' => 3,
648650
'HAVING' => 3,
@@ -698,10 +700,12 @@ class WP_SQLite_Lexer {
698700
'CONDITION' => 3,
699701
'DATABASES' => 3,
700702
'GENERATED' => 3,
703+
'INTERSECT' => 3,
701704
'MIDDLEINT' => 3,
702705
'PARTITION' => 3,
703706
'PRECISION' => 3,
704707
'PROCEDURE' => 3,
708+
'RECURSIVE' => 3,
705709
'SENSITIVE' => 3,
706710
'SEPARATOR' => 3,
707711
'ACCESSIBLE' => 3,

0 commit comments

Comments
 (0)