]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Update error message text for standard error codes to better describe the
authordrh <drh@noemail.net>
Mon, 10 Jul 2017 12:07:53 +0000 (12:07 +0000)
committerdrh <drh@noemail.net>
Mon, 10 Jul 2017 12:07:53 +0000 (12:07 +0000)
commitff4fa772f557d6986653e0cbcfc7ff5e97f8961d
tree5b6260c1ca0ffb7d819c29283defe8070880adef
parente75be1aedb09ff85f97485877085540e812a4a6a
Update error message text for standard error codes to better describe the
latest usage of those error codes.  Modify sqlite3_open_v2() so that it does
return a valid sqlite3 object in the event of SQLITE_MISUSE due to bad
open flags, so that sqlite3_errmsg() does not report "out of memory" in that
case.

FossilOrigin-Name: f27b6370407842e2c175ea4aa9ce018723c57eaac0cccc1f8399bc20f33324be
22 files changed:
manifest
manifest.uuid
src/main.c
test/attach.test
test/backup2.test
test/bind.test
test/capi3.test
test/capi3c.test
test/close.test
test/corrupt2.test
test/corruptA.test
test/e_blobwrite.test
test/filefmt.test
test/fuzz3.test
test/incrvacuum.test
test/misc5.test
test/misuse.test
test/pager1.test
test/shared_err.test
test/syscall.test
test/vtab1.test
test/vtab7.test