1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Do not show the error code number of CLI error messages unless the error

is something other than 1 (SQLITE_ERROR).

FossilOrigin-Name: b471601892df98c5103bb55132bbdecf3e4dfc428aaecc47bfec1e1d51e583c7
This commit is contained in:
drh
2022-02-08 12:13:16 +00:00
parent 3e46db21d4
commit 633c798283
6 changed files with 28 additions and 21 deletions

View File

@ -63,7 +63,7 @@ do_test shell2-1.3 {
UPDATE OR REPLACE t5 SET a = 4 WHERE a = 1;
}
} {1 {Runtime error near line 9: too many levels of trigger recursion (1)}}
} {1 {Runtime error near line 9: too many levels of trigger recursion}}