]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the pager such that if the xOpen() message sends back the SQLITE_OPEN_MEMORY
authordrh <>
Fri, 16 Jun 2023 11:05:49 +0000 (11:05 +0000)
committerdrh <>
Fri, 16 Jun 2023 11:05:49 +0000 (11:05 +0000)
commit2e4d526996ab5fd3a5d5eff0606dca5789d2edf3
tree15bdd3decfc2bef304cf508b6cdfc2a2df30791e
parentf025fc164d3dc3d6e91cfd81a5e350ada3c12d7d
Fix the pager such that if the xOpen() message sends back the SQLITE_OPEN_MEMORY
flag, the pager is opened in journal-mode MEMORY, even if compiled with
SQLITE_OMIT_DESERIALIZE.  No changes to the logic as long as that OMIT flag
is omitted.  We need to better document the behavior of xOpen to describe this.

FossilOrigin-Name: da1252b29852191eccbea98e0314408c75bb83a51f9d68d589705d4971a23850
manifest
manifest.uuid
src/pager.c