File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ public static void addExpectedExpressionErrors(ExpectedErrors errors) {
4747 errors .add ("json_insert() needs an odd number of arguments" );
4848 errors .add ("json_object() labels must be TEXT" );
4949 errors .add ("json_object() requires an even number of arguments" );
50+ errors .add ("argument of ntile must be a positive integer" );
5051
5152 // fts5 functions
5253 errors .add ("unable to use function highlight in the requested context" );
@@ -61,6 +62,11 @@ public static void addExpectedExpressionErrors(ExpectedErrors errors) {
6162 errors .add ("ORDER BY clause should come after" );
6263 errors .add ("LIMIT clause should come after" );
6364
65+ errors .add ("unsafe use of load_extension" );
66+ errors .add ("table does not support scanning" );
67+ errors .add ("circularly defined" );
68+ errors .add ("[SQLITE_ERROR] SQL error or missing database" ); // A possible delay in the execution of DROP TABLE
69+ // statement.
6470 }
6571
6672 public static void addMatchQueryErrors (ExpectedErrors errors ) {
You can’t perform that action at this time.
0 commit comments