]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a corner-case for the logic that cause an insert of a NULL into an
authordrh <drh@noemail.net>
Thu, 17 Jan 2019 04:40:04 +0000 (04:40 +0000)
committerdrh <drh@noemail.net>
Thu, 17 Jan 2019 04:40:04 +0000 (04:40 +0000)
commit04fcef00eed718bcaea0ef6c9172500a27a1052e
tree30c65d1992cce054bc494e2b13023944c6158156
parent30fdb45da018bb37d4a97a1b68e5b6d99b427332
Fix a corner-case for the logic that cause an insert of a NULL into an
INTEGER PRIMARY KEY column to be converted into a valid integer key,
when the NULL results from a CASE expression that lacks an ELSE clause.

FossilOrigin-Name: 9a425051e7ba59e797636f5cf32b5f6efafdb21c8d5300e099b8008b829c1439
manifest
manifest.uuid
src/insert.c
test/insert.test