Compare commits

..

No commits in common. "4e59449d40629a1698744dcb31167fc90f331444" and "5ec035874ecac6e6de6ab40a1d729672b823b0b6" have entirely different histories.

View File

@ -17,9 +17,5 @@ openDatabase() {
echo '.separator ::AtOM:SQL:Sep::' >&3 echo '.separator ::AtOM:SQL:Sep::' >&3
echo 'PRAGMA foreign_keys = ON;' >&3 echo 'PRAGMA foreign_keys = ON;' >&3
echo 'PRAGMA recursive_triggers = ON;' >&3 echo 'PRAGMA recursive_triggers = ON;' >&3
echo 'PRAGMA temp_store = 2;' >&3
echo 'PRAGMA locking_mode = EXCLUSIVE;' >&3
read -u4
unset REPLY
checkDatabaseVersion checkDatabaseVersion
} }