]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Create the sqlite3IsToplevel(Parse*) interface to check to see if a top-level
authordrh <drh@noemail.net>
Tue, 29 Sep 2015 13:25:15 +0000 (13:25 +0000)
committerdrh <drh@noemail.net>
Tue, 29 Sep 2015 13:25:15 +0000 (13:25 +0000)
commitc149f18f4da6228c78513d164623d8accf4088a2
treed50a49f32c9ea20674f9c5aa3f517d4c508d3e81
parent94f26a1e22cc5ffc0952948d254dc1f3b7c1d142
Create the sqlite3IsToplevel(Parse*) interface to check to see if a top-level
VDBE is being coded (versus a trigger) and use that interface.

FossilOrigin-Name: 59662cd2b65255a30e1a420331c07c51b644621a
manifest
manifest.uuid
src/delete.c
src/insert.c
src/sqliteInt.h
src/update.c