mirror of
https://github.com/rqlite/rqlite.git
synced 2026-01-25 04:16:26 +00:00
Update db_common_test.go
This commit is contained in:
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user