]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that sqlite3_column_count() returns 0 for the "set" mode of "get/set"
authordan <dan@noemail.net>
Thu, 5 Jan 2017 20:01:29 +0000 (20:01 +0000)
committerdan <dan@noemail.net>
Thu, 5 Jan 2017 20:01:29 +0000 (20:01 +0000)
commit570e9f6bffd3bd350bbbb74f5d79460b6f7ae638
tree0762154b0e5e6f4ec63b9fc32d17fde3e784a9b4
parentae0c1cc3877b43da61e44b23e684fcaf4c22b5dd
Ensure that sqlite3_column_count() returns 0 for the "set" mode of "get/set"
PRAGMA statements that do not return a value in that case (e.g. page_size,
cache_size, auto_vacuum).

FossilOrigin-Name: e745da6b146db10d2073b090c6567c2953566286
manifest
manifest.uuid
src/pragma.c
src/pragma.h
src/vdbe.h
src/vdbeaux.c
test/pragma4.test [new file with mode: 0644]
tool/mkpragmatab.tcl