]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure that sqlite3_stmt_readonly reports false for
authordrh <drh@noemail.net>
Thu, 27 Jun 2013 17:40:30 +0000 (17:40 +0000)
committerdrh <drh@noemail.net>
Thu, 27 Jun 2013 17:40:30 +0000 (17:40 +0000)
commit9e92a47bdfaba67dabd0e26db941e307ecd4237c
treea8c3c3a2a79758f13e3333074b0588ecf5307372
parente8e570ab1586323c2bbbb774594203709c6fac13
Make sure that sqlite3_stmt_readonly reports false for
PRAGMA journal_mode and PRAGMA wal_checkpoint.  Ticket [a589ec069e3].
Also keep track of whether a prepared statement does no reading or
writing.

FossilOrigin-Name: 1937fd8eec2c1da95a782d9dc63926d846b06bdc
manifest
manifest.uuid
src/sqliteInt.h
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
test/capi3d.test