]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure the schema is loaded before preparing a "PRAGMA journal_mode" command....
authordan <dan@noemail.net>
Wed, 7 Jul 2010 13:54:28 +0000 (13:54 +0000)
committerdan <dan@noemail.net>
Wed, 7 Jul 2010 13:54:28 +0000 (13:54 +0000)
commitf6c614715c807751eb29845ac86cea7831940563
treeb92b9fb76915be7bca2ff91f56a8074b2656b43b
parent3e8e7ecbc4c3d19083001aea3b0c55600aa78a7e
Make sure the schema is loaded before preparing a "PRAGMA journal_mode" command. This helps it return meaningful results when it is the first command executed by a new database connection.

FossilOrigin-Name: ef126e775a02d69a9cab53028513e8799e1b6044
manifest
manifest.uuid
src/pragma.c
test/pager1.test
test/wal2.test
test/walmode.test