]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem that could occur if a read-only connection switches its journal mode...
authordan <Dan Kennedy>
Wed, 30 Oct 2024 11:21:15 +0000 (11:21 +0000)
committerdan <Dan Kennedy>
Wed, 30 Oct 2024 11:21:15 +0000 (11:21 +0000)
commita9a4c7870e019b943adc9abcc3f84a645d58231b
tree0fcb947e272c92f2f2476a149fd90fa7916821a2
parenta2c52fcaca4a1e555ef5fc99f88ddbe82d223d1e
Fix a problem that could occur if a read-only connection switches its journal mode from "persist" to "off" or "memory" when the file-system contains a hot-journal created by a "PRAGMA journal_mode = wal" command.

FossilOrigin-Name: 85b5ed0253a84791dc263fa9fc672e340f223d785005e915e675c01054f90e0c
manifest
manifest.uuid
src/pager.c
test/readonly2.test