]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Have the VFS in memdb.c return SQLITE_IOERR_NOMEM instead of SQLITE_NOMEM when an...
authordan <Dan Kennedy>
Fri, 9 Apr 2021 20:50:40 +0000 (20:50 +0000)
committerdan <Dan Kennedy>
Fri, 9 Apr 2021 20:50:40 +0000 (20:50 +0000)
commita3a91dd5f182acb63de3ad45e2b53b9abd0d1ee7
tree5c412b3099a1c2e6b0e172b3da95ce0da5239b8b
parentbfd6f1bcd5d7744d830e70b7bc72a27011a5e2b5
Have the VFS in memdb.c return SQLITE_IOERR_NOMEM instead of SQLITE_NOMEM when an OOM error is encountered. This is required to get the pager module to handle such OOM errors correctly in some cases.

FossilOrigin-Name: 09c96b4c026746f285a8aef5199bd247ecca590095ee42dde4f4dfa4996ce0bd
manifest
manifest.uuid
src/memdb.c