]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Added SQLITE_IOERR_LOCK extended error code and support for detecting and returning...
authoraswift <aswift@noemail.net>
Fri, 22 Aug 2008 00:22:35 +0000 (00:22 +0000)
committeraswift <aswift@noemail.net>
Fri, 22 Aug 2008 00:22:35 +0000 (00:22 +0000)
commit5b1a2566631704908b4437e0848d33671b55b28b
tree6b8e9d2bf0268f7abd555440439d50bf6763de22
parent777c5386c3f40185db1e23e413d6aff87c8042b5
Added SQLITE_IOERR_LOCK extended error code and support for detecting and returning errors in the os_unix lock, unlock and check reserved lock variants, also added support for populating and returning system error codes so that they can be accessed via xGetLastError, unfortunately xGetLastError can't seem to access the unixFile structure where the lastErrno is recorded. (CVS 5586)

FossilOrigin-Name: c1af14e2b6bf5af0aff3df3adbe8cb9aabe1c4a3
manifest
manifest.uuid
src/os_unix.c
src/sqlite.h.in