Add support for the "excluded.*" names in the UPDATE clause of an upsert.
commitc3f047b2d70384860cee19c2682bc955ae8ba54e
authorD. Richard Hipp <drh@hwaci.com>
Mon, 16 Apr 2018 13:00:50 +0000 (16 13:00 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Mon, 16 Apr 2018 13:00:50 +0000 (16 13:00 +0000)
tree9379e02ce931673f753e1274b17780b46d51ac36
parente10394407cdebbe0a0bae93201858daedce4811b
Add support for the "excluded.*" names in the UPDATE clause of an upsert.
src/insert.c
src/parse.y
src/resolve.c
src/sqliteInt.h
src/trigger.c
src/update.c
src/upsert.c