]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When an attempt is made to insert an explicit NULL into an INTEGER
authordrh <drh@noemail.net>
Sun, 31 Mar 2002 18:29:03 +0000 (18:29 +0000)
committerdrh <drh@noemail.net>
Sun, 31 Mar 2002 18:29:03 +0000 (18:29 +0000)
commite1e68f4974283bb1ab91465d945b5a64e8d053b9
treeeffaab8e5530889b94666f638cafb118d6ff4d90
parent035bd01d6ab0ec8d3308fd03e44594d5f4ca94fb
When an attempt is made to insert an explicit NULL into an INTEGER
PRIMARY KEY column, automatically convert the NULL value into a unique
integer key.  This was already happening when an implied NULL was
inserted - when the INTEGER PRIMARY KEY column was omitted from the
list of columns being inserted.  Patches from Christian Werner. (CVS 510)

FossilOrigin-Name: 9e3cf4aa2cb44932015b8bd3fd800d7678cb09b6
VERSION
manifest
manifest.uuid
src/insert.c
test/intpkey.test
www/changes.tcl