]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Logic is in place to handle multiple ON CONFLICT clauses, but it does not work.
authordrh <drh@noemail.net>
Fri, 11 Dec 2020 01:17:06 +0000 (01:17 +0000)
committerdrh <drh@noemail.net>
Fri, 11 Dec 2020 01:17:06 +0000 (01:17 +0000)
commit61e280ad8a3ce9d14c65948265cd8732825e18dd
treef4980ff74ea69c607fe251edcb9aeb9ba6370d30
parentdaf2761c62103f7bf126f8029dcf5fb473216f5f
Logic is in place to handle multiple ON CONFLICT clauses, but it does not work.
Any use of ON CONFLICT will likely lead to memory faults.  This is an
incremental check-in to save my place.

FossilOrigin-Name: 155142314feb007d526f8f67723636fd50dc52d1cd4d3a67dd93b105c9d5c2be
manifest
manifest.uuid
src/insert.c
src/sqliteInt.h
src/upsert.c