]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If a table is the right operand of a LEFT JOIN, then any column of that
authordrh <drh@noemail.net>
Thu, 4 Dec 2014 16:27:17 +0000 (16:27 +0000)
committerdrh <drh@noemail.net>
Thu, 4 Dec 2014 16:27:17 +0000 (16:27 +0000)
commit72673a24e2d38c1699d911cfca0203f5e545f78c
tree90f4ce666016c55d5f17f3b409f4c1240611e298
parentd8922052b27a3d2d62ccf3cf0ef1ea9b7272124d
If a table is the right operand of a LEFT JOIN, then any column of that
table can be NULL even if that column as a NOT NULL constraint.
Fix for ticket [6f2222d550f5b0ee7ed].

FossilOrigin-Name: 6f6fcbe4736b9468a495c684d5eebc8bfe5c566a
manifest
manifest.uuid
src/expr.c
src/resolve.c
src/sqliteInt.h
test/join5.test