mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Another populate_schema_tables optimization, refs #1555
This commit is contained in:
parent
f65817000f
commit
5fac26aa22
2 changed files with 11 additions and 31 deletions
|
|
@ -946,7 +946,6 @@ def test_trace(trace_debug):
|
|||
"CREATE TABLE ",
|
||||
"PRAGMA ",
|
||||
"INSERT OR REPLACE INTO ",
|
||||
"DELETE FROM ",
|
||||
"INSERT INTO",
|
||||
"select ",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue