]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow the xAccess method in the VFS to return -1 to signal an I/O
authordrh <drh@noemail.net>
Thu, 27 Mar 2008 22:42:51 +0000 (22:42 +0000)
committerdrh <drh@noemail.net>
Thu, 27 Mar 2008 22:42:51 +0000 (22:42 +0000)
commit19db935225bc66eafbc830e3a76262a0d68d870a
treed509c76e1bce618ae5be688df7f8d51d1974d1e0
parent9882d99993685fb111372c9205c2cd83952580a3
Allow the xAccess method in the VFS to return -1 to signal an I/O
error, and in particular an SQLITE_IOERR_NOMEM. (CVS 4925)

FossilOrigin-Name: 3cb704c4c439425781644b1b653b7e50f02fd91e
manifest
manifest.uuid
src/fault.c
src/os.c
src/pager.c
src/pragma.c
src/vdbe.c
src/vdbeaux.c