update test

This commit is contained in:
rajajisai
2025-08-19 23:11:10 -04:00
parent 73500eb00c
commit ff2d62aa9d

View File

@@ -605,4 +605,4 @@ do_catchsql_test unknown-backtick-identifier-in-values-clause {
do_execsql_test_in_memory_error_content null-insert-in-nulltype-column-notnull-constraint {
CREATE TABLE test (id INTEGER,name NULL NOT NULL);
INSERT INTO test (id, name) VALUES (1, NULL);
} {Runtime error: NOT NULL constraint failed:}
} {NOT NULL constraint failed}