]> git.ipfire.org Git - thirdparty/sqlite.git/commit
ON-clause terms in a LEFT JOIN that restrict only the left table, should not
authordrh <drh@noemail.net>
Mon, 19 Sep 2005 21:05:48 +0000 (21:05 +0000)
committerdrh <drh@noemail.net>
Mon, 19 Sep 2005 21:05:48 +0000 (21:05 +0000)
commit22d6a53a779c7aeb632ae85e80a0316a62dc503b
tree2244984871ce2c065fec4ab57cda2f19275cdad1
parenteb8cbaeb1895b94c7a40d43d20344cf7c57a0617
ON-clause terms in a LEFT JOIN that restrict only the left table, should not
really restrict the left table but instead rows that fail to meet the condition
to be joined with NULL rows from the right table. (CVS 2725)

FossilOrigin-Name: ea10f9785e3c5248dafcc297f3a2c5465b6e0dba
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/where.c
test/join5.test [new file with mode: 0644]