]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3_result_error_code() application interface. Use it in the
authordrh <drh@noemail.net>
Wed, 6 Feb 2008 14:11:34 +0000 (14:11 +0000)
committerdrh <drh@noemail.net>
Wed, 6 Feb 2008 14:11:34 +0000 (14:11 +0000)
commit69544ec9cb294328026d6b01e4ee0b89c7b3122f
tree70dde48465654ac6a7559859941bc3e5f892533b
parent45b5ba88dc8e2c2c40068a9ccabc32c41178cab4
Add the sqlite3_result_error_code() application interface.  Use it in the
ATTACH function so that a failed attach returns a proper error code.
Ticket #2914. (CVS 4775)

FossilOrigin-Name: c24616204307936d03d39d2ef0fe6856113f6977
manifest
manifest.uuid
src/attach.c
src/sqlite.h.in
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
test/attach.test