]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When the right table in a LEFT OUTER JOIN contains an INTEGER PRIMARY KEY
authordrh <drh@noemail.net>
Thu, 20 Feb 2003 01:48:12 +0000 (01:48 +0000)
committerdrh <drh@noemail.net>
Thu, 20 Feb 2003 01:48:12 +0000 (01:48 +0000)
commit50cceb36b613162a95e164831f080eeb3c0b47e1
tree02a6e93ed22cead0f1f0921c630355f27e7e6698
parente6da3c1816028159e547068527b9025de1c36349
When the right table in a LEFT OUTER JOIN contains an INTEGER PRIMARY KEY
make sure that key is NULL if there is no row in the right table that
matches the current row in the left table.  Tickets #246 and #247. (CVS 873)

FossilOrigin-Name: 6a45fe3bd7e19cf9c20fc6cb65b0269cdd704490
manifest
manifest.uuid
src/vdbe.c
test/join.test