Update the upsert parsing so that it accepts conflict-target labels using
commit0a64012391e26d91f525efe9074a64555edf16d8
authorD. Richard Hipp <drh@hwaci.com>
Thu, 12 Apr 2018 15:43:05 +0000 (12 15:43 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Thu, 12 Apr 2018 15:43:05 +0000 (12 15:43 +0000)
tree10a93fdaaf2e975dc9ebee1d5571723791ad3dec
parent33e0828724339fb508ca2de94e3d1ad7bf754b4d
Update the upsert parsing so that it accepts conflict-target labels using
the PostgreSQL syntax, and also accepts the MySQL "ON DUPLICATE KEY"
syntax.
src/build.c
src/parse.y
src/sqliteInt.h
tool/mkkeywordhash.c