]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix crash in delete when existing row has null fields. Previous code
authorshess <shess@noemail.net>
Mon, 9 Apr 2007 20:45:40 +0000 (20:45 +0000)
committershess <shess@noemail.net>
Mon, 9 Apr 2007 20:45:40 +0000 (20:45 +0000)
commit6b6ab133533de12eca702cbf891ae92a4b8fce1a
tree9eed3341ca8ec5d4e58a45c557c7f0a6690f2e7a
parent431e853715f219566fe188368242e41049287853
Fix crash in delete when existing row has null fields.  Previous code
assumed that the row had values in all columns, sigh.  Fixes bug
http://www.sqlite.org/cvstrac/tktview?tn=2289 . (CVS 3833)

FossilOrigin-Name: 81be7290a4db7b74a533aaf95c7389eb4bde6a88
ext/fts1/fts1.c
ext/fts2/fts2.c
manifest
manifest.uuid
test/fts1l.test [new file with mode: 0644]
test/fts2m.test [new file with mode: 0644]