Add test cases for UPSERT. And a fix for a "REPLACE INTO ... ON CONFLICT"
commit955f97fcfbfe6a41251ef33f2d9676d7b89099de
authorDan Kennedy <danielk1977@gmail.com>
Fri, 20 Apr 2018 15:34:08 +0000 (20 15:34 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Fri, 20 Apr 2018 15:34:08 +0000 (20 15:34 +0000)
tree8122754ac4bd5a77c10bd675bca5d6a3fbc35abc
parentb2c29572745130516cbd069bab7ad42a48e508a0
Add test cases for UPSERT. And a fix for a "REPLACE INTO ... ON CONFLICT"
statement where the new row conflicts with both the IPK and the ON CONFLICT
indexes.
src/insert.c
test/upsert4.test