]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change sqlite3_open_v2() to return SQLITE_MISUSE if the combination of bits
authordrh <drh@noemail.net>
Tue, 24 Aug 2010 18:07:57 +0000 (18:07 +0000)
committerdrh <drh@noemail.net>
Tue, 24 Aug 2010 18:07:57 +0000 (18:07 +0000)
commit357b5f97bef088ea35304bbf2c07a27b4afe585d
treed14eebb0d901417c44196012993ba6e9f0e43c3b
parent9d13f116af52d4d8043ee20b101756caf6f530af
Change sqlite3_open_v2() to return SQLITE_MISUSE if the combination of bits
in the flags parameter is invalid.  The documentation says the behavior in
this situation is undefined - the documentation is unaltered by this code
change.

FossilOrigin-Name: 5e8101c5122336844ea920e6fbdace23e35b931f
manifest
manifest.uuid
src/main.c
src/sqlite.h.in