Another populate_schema_tables optimization, refs #1555

This commit is contained in:
Simon Willison 2021-12-19 12:54:12 -08:00
commit 5fac26aa22
2 changed files with 11 additions and 31 deletions

View file

@ -946,7 +946,6 @@ def test_trace(trace_debug):
"CREATE TABLE ",
"PRAGMA ",
"INSERT OR REPLACE INTO ",
"DELETE FROM ",
"INSERT INTO",
"select ",
)