]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the interface to sqlite3GenerateConstraintChecks() for improved lucidity
authordrh <drh@noemail.net>
Fri, 1 Nov 2013 17:08:56 +0000 (17:08 +0000)
committerdrh <drh@noemail.net>
Fri, 1 Nov 2013 17:08:56 +0000 (17:08 +0000)
commitf8ffb278505b76c80cf34764a84ad85f410d9491
treed5894555a240abb9f2790e4865f6d44b30f59d20
parentf82b9afcbafa2c7f2d02637f30c82652950d18e5
Change the interface to sqlite3GenerateConstraintChecks() for improved lucidity
and to fix issues in dealing with UPDATEs for WITHOUT ROWID tables.  Make sure
iDataCur and iIdxCur are initialized when processing DELETEs of a VIEW.
UPDATE processing distinguishes between changes to ROWID and PRIMARY KEY.

FossilOrigin-Name: c525ac5630d6bcd51842cfc84f2c2c50be9cec1c
manifest
manifest.uuid
src/delete.c
src/insert.c
src/sqliteInt.h
src/update.c
test/without_rowid1.test