]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change to five conflict resolution algorithms: ROLLBACK, ABORT, FAIL,
authordrh <drh@noemail.net>
Thu, 31 Jan 2002 15:54:21 +0000 (15:54 +0000)
committerdrh <drh@noemail.net>
Thu, 31 Jan 2002 15:54:21 +0000 (15:54 +0000)
commit1c92853dac621a7fdf97d005c90eddd8348c22d8
tree32479d739639afb04b78b4e8500c77d6d6152410
parentb419a926d4498b79ac9f177d855722ce6807c9d1
Change to five conflict resolution algorithms: ROLLBACK, ABORT, FAIL,
IGNORE, and REPLACE.  This checkin is code only.  Documentation and
tests are still needed.  Also, ABORT is not fully implemented. (CVS 360)

FossilOrigin-Name: d0e7cf4a83e6abad7129bed356b7492dddaff474
17 files changed:
manifest
manifest.uuid
publish.sh
src/build.c
src/delete.c
src/insert.c
src/main.c
src/parse.y
src/sqliteInt.h
src/tokenize.c
src/update.c
src/vdbe.c
test/conflict.test
test/copy.test
test/notnull.test
www/download.tcl
www/lang.tcl