Compare commits

...
1 Commits
Author SHA1 Message Date
shum 4e19a18aed expr: disable pragma 2025-05-12 11:03:37 +00:00
+1 -1
View File
@@ -108,7 +108,7 @@ connectDB path key track = do
exec . fromQuery $ exec . fromQuery $
[sql| [sql|
PRAGMA busy_timeout = 100; PRAGMA busy_timeout = 100;
PRAGMA foreign_keys = ON; PRAGMA foreign_keys = OFF;
-- PRAGMA trusted_schema = OFF; -- PRAGMA trusted_schema = OFF;
PRAGMA secure_delete = ON; PRAGMA secure_delete = ON;
PRAGMA auto_vacuum = FULL; PRAGMA auto_vacuum = FULL;