]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add logic to do test coverage measurements on the VDBE code. insert-optimization
authordrh <drh@noemail.net>
Mon, 17 Feb 2014 22:40:43 +0000 (22:40 +0000)
committerdrh <drh@noemail.net>
Mon, 17 Feb 2014 22:40:43 +0000 (22:40 +0000)
commit688852ab15b7d9f6a3c1f113f25f3c72bcfe3856
treef41cf99114a093e94817db1e6e7e42d3ac031f4d
parent8be09304b79dd5a2d5f53ca00b01ba9fcf81f21d
Add logic to do test coverage measurements on the VDBE code.

FossilOrigin-Name: ce184c7bb16988641d37c908d9b3042456d4be3d
21 files changed:
manifest
manifest.uuid
src/alter.c
src/analyze.c
src/build.c
src/delete.c
src/expr.c
src/fkey.c
src/insert.c
src/main.c
src/pragma.c
src/select.c
src/sqlite.h.in
src/sqliteInt.h
src/trigger.c
src/update.c
src/vdbe.c
src/vdbe.h
src/vdbeaux.c
src/vdbeblob.c
src/where.c