]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure the value of an INTEGER PRIMARY KEY column supplied to triggers
authordrh <drh@noemail.net>
Fri, 14 May 2010 19:24:02 +0000 (19:24 +0000)
committerdrh <drh@noemail.net>
Fri, 14 May 2010 19:24:02 +0000 (19:24 +0000)
commit5c092e8a4ff961530bfaccdbc393ee4ab91a982b
tree89188a1a8028865bdb65717f5a7cd05c62a9d4eb
parentd91c68f6cc006823be486f716f9f722b97fb6562
Make sure the value of an INTEGER PRIMARY KEY column supplied to triggers
and especially to FK constraints really contains the ROWID and not the
NULL that is stored in the column itself.  Ticket [dd08e5a988d00dec].

FossilOrigin-Name: 636f86095eb1f4bdcfb0c9ed846c4c6b3589c10b
manifest
manifest.uuid
src/delete.c
src/expr.c
src/sqliteInt.h
src/update.c
test/fkey2.test