]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the journal_mode pragma so that it always returns the current
authordrh <drh@noemail.net>
Mon, 20 Apr 2009 17:43:03 +0000 (17:43 +0000)
committerdrh <drh@noemail.net>
Mon, 20 Apr 2009 17:43:03 +0000 (17:43 +0000)
commit8a939190824f7198026c08253587fd152bf5cae6
treeb3579a37859f652a2664ac94a4c01f9828c30ac7
parente6e7ecb4213184a7f90e9e6a11ae682ea1f6de7c
Change the journal_mode pragma so that it always returns the current
journal mode, even on a failed attempt to change the journal mode.
Allow the journal mode to be changed as long as there is not a pending
transaction.  Ticket #3811. (CVS 6526)

FossilOrigin-Name: 419e320ae51639794335d19699f8e1189e524e7d
manifest
manifest.uuid
src/build.c
src/pager.c
src/prepare.c
test/jrnlmode.test
test/jrnlmode3.test