mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
Another error message fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user