Get the ON CONFLICT DO NOTHING form of upsert working by mapping it
commitaf8c41af28d791fc550e1428b0cf3b1e80815e86
authorD. Richard Hipp <drh@hwaci.com>
Fri, 13 Apr 2018 15:14:33 +0000 (13 15:14 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Fri, 13 Apr 2018 15:14:33 +0000 (13 15:14 +0000)
tree8b0eaa3b43c45ef04836d2f1b45f324372ea1a48
parenta8a35868315127dff20248386833a7edfe1cab43
Get the ON CONFLICT DO NOTHING form of upsert working by mapping it
into INSERT OR IGNORE.
src/insert.c
src/sqliteInt.h
test/upsert1.test