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:
@ -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}}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user