The output of sqlite3_trace() now shows each command of a trigger as it is
commitc7184f75b28ac3bba89e163aca27caf17dd34bba
authorD. Richard Hipp <drh@hwaci.com>
Wed, 27 Dec 2017 22:09:53 +0000 (27 22:09 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Wed, 27 Dec 2017 22:09:53 +0000 (27 22:09 +0000)
tree1384060cf4266c6b4c4000cf98a873fa6e7289f4
parenta2f9f9e5cd985a2ac0b0d37c90a05f9cc15f8d16
parent0cd3da832d05bb529aa76e633e7370ebcd0dcb45
The output of sqlite3_trace() now shows each command of a trigger as it is
evaluated.  This feature involved major changes to the parser, such as
removing the ExprSpan object and replacing it with a new mechanism for
capturing the original SQL text of phrases in the input SQL.