Hi, I currently start a :memory: database and then attach a physical
database and then set wal mode by using

PRAGMA mydb.journal_mode=WAL

1. Is this safe? (I noticed default is 'delete')
2. Can I do it automatically with the ATTACH? So I don't have to wait 150
ms for the WAL PRAGMA statement?
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to