]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Have the windows implementation of xDelete return SQLITE_IOERR_DELETE_NOENT
authordrh <drh@noemail.net>
Tue, 20 Nov 2012 15:06:57 +0000 (15:06 +0000)
committerdrh <drh@noemail.net>
Tue, 20 Nov 2012 15:06:57 +0000 (15:06 +0000)
commit6d405c2cb7e19cc9ef250159f1fc4a9aecc5b714
tree02d66e5c7332cd13c32ce5ba63a2eda7734558d3
parent224d64690ee84b1d3c83c55648431f1fbcaa24ae
Have the windows implementation of xDelete return SQLITE_IOERR_DELETE_NOENT
if the file to be deleted does not exist.  The unix implementation was
previously modified to behave this way.  The current changes simply brings
the two implementations into alignment.

FossilOrigin-Name: d4c36d4991b048133efb21b251ab57fa66764d9d
manifest
manifest.uuid
src/os_win.c