Force temp table to memory

This commit is contained in:
Vincent Riquer 2025-01-21 00:22:28 +01:00
parent 5ec035874e
commit 3f26d983c8

View File

@ -17,5 +17,6 @@ openDatabase() {
echo '.separator ::AtOM:SQL:Sep::' >&3
echo 'PRAGMA foreign_keys = ON;' >&3
echo 'PRAGMA recursive_triggers = ON;' >&3
echo 'PRAGMA temp_store = 2;' >&3
checkDatabaseVersion
}