Update db_common_test.go

This commit is contained in:
Philip O'Toole
2024-03-21 09:14:59 -04:00
committed by GitHub
parent 559e027488
commit 4d3992eca3

View File

@@ -1465,8 +1465,8 @@ func testStmtReadOnly(t *testing.T, db *DB) {
err: errors.New(`no such table: non_existent_table`),
},
{
name: "INSERT statement",
sql: "INSERT INTO foo VALUES (1, 'test')",
name: "FK on",
sql: "PRAGMA foreign_keys = ON",
ro: false,
},
{