mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Another error message fix
This commit is contained in:
parent
0e4007c941
commit
8d141e5e21
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ do_execsql_test_on_specific_db {:memory:} not_null_insert_multiple_values {
|
|||
CREATE TABLE t2 (y INT PRIMARY KEY NOT NULL);
|
||||
INSERT INTO t2 (y) VALUES (1), (NULL);
|
||||
SELECT * FROM t2;
|
||||
} {"Runtime error: NOTNULL constraint failed: t2.y (19)"
|
||||
} {"Runtime error: NOT NULL constraint failed: t2.y (19)"
|
||||
}
|
||||
|
||||
do_execsql_test_in_memory_any_error not_null_insert_any_error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue