]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the OP_SetTabCol and OP_VerifyTabCol opcodes, only when compiling with
authordrh <drh@noemail.net>
Mon, 11 Jun 2018 17:35:02 +0000 (17:35 +0000)
committerdrh <drh@noemail.net>
Mon, 11 Jun 2018 17:35:02 +0000 (17:35 +0000)
commit299bf7c2f0193e2d39dd96ad4ccbe673ae9e21be
treecdf15b572c712ab91366a5e66fefbc57f2c75a94
parent8d7b212c4c6ef492c55ce9ea9de2ed4e8d738ef4
Add the OP_SetTabCol and OP_VerifyTabCol opcodes, only when compiling with
SQLITE_DEBUG, to do run-time verification of the column cache.

FossilOrigin-Name: b37614a3670770919a7c7f8157c5fd6578d736447998640b52e5cef8174cadc2
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h
src/vdbe.c
src/vdbe.h
src/vdbeInt.h
src/vdbeaux.c
src/vdbemem.c
src/where.c