]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the journal_mode pragma to remove the "default journal mode" concept.
authordrh <drh@noemail.net>
Thu, 8 Jul 2010 17:40:37 +0000 (17:40 +0000)
committerdrh <drh@noemail.net>
Thu, 8 Jul 2010 17:40:37 +0000 (17:40 +0000)
commitc6b2a0ff9997070fba6da7380118632443ef013b
tree3b307f4bd95f5f3129af6ed69f14c43e8e135bd0
parent4677ddff7e3cf383370b9c2edadf3b9f528064b1
Change the journal_mode pragma to remove the "default journal mode" concept.
The journal_mode pragma only effects currently attached databases and does
not change the behavior of future attachments.

FossilOrigin-Name: e396184cd3bdb96e29ac33af5d1f631cac553341
manifest
manifest.uuid
src/attach.c
src/build.c
src/pragma.c
src/sqliteInt.h
src/vdbe.c
test/crash8.test
test/jrnlmode.test
test/walmode.test