]> 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:29:21 +0000 (16:29 +0000)
committerdrh <drh@noemail.net>
Thu, 4 Dec 2014 16:29:21 +0000 (16:29 +0000)
commita4c4064d28ba874626eb50ba73d6b66ad2ec2bc9
tree20d78aadf31a8ce7666cc93ece30f4485e7002b0
parent5fc977b783701743841cd1f1c83b5d1cdc0e758a
If a table is the right operand of a LEFT JOIN, then any column of that
table can be NULL even if that column has a NOT NULL constraint.
Fix for ticket [6f2222d550f5b0ee7ed].

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