]> git.ipfire.org Git - thirdparty/sqlite.git/commit
A SELECT statement inside the body of a TRIGGER uses the SRT_Discard target
authordrh <drh@noemail.net>
Mon, 27 May 2002 12:24:48 +0000 (12:24 +0000)
committerdrh <drh@noemail.net>
Mon, 27 May 2002 12:24:48 +0000 (12:24 +0000)
commitd7489c3987da77b228264a974593946e91aeff64
tree78f52527e3d56f789b2a1049dca9742b6889eb7d
parentc754fa54860f7975c9a62c36511198cac4a4b116
A SELECT statement inside the body of a TRIGGER uses the SRT_Discard target
to discard the query results.  Such selects are intended to be used to call
user-defined functions for their side-effects.  They do not return results. (CVS 594)

FossilOrigin-Name: f8041f3d4d3350b4086cd6ba3e9006bdde8546a9
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/trigger.c