]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Attempt to treat the arguments to a table-valued function as if they occur tabfunc-in-left-join
authordrh <drh@noemail.net>
Fri, 8 Apr 2016 21:35:34 +0000 (21:35 +0000)
committerdrh <drh@noemail.net>
Fri, 8 Apr 2016 21:35:34 +0000 (21:35 +0000)
commit588cac9388bb297899a3c792a68f3a23c698c299
tree639de9347203b3c1da29f0e591ec315df9e94997
parent11b264019ca5d5566ce65d4b0f7c949c945e4952
Attempt to treat the arguments to a table-valued function as if they occur
in the ON clause of a LEFT JOIN rather than in the WHERE clause.  But this
causes undesirable behavior with generate_series, as demonstrated by test
cases.  This is an incremental check-in pending further work.

FossilOrigin-Name: 00ac73a01caf578c70b7114f84f35fdba9a2097c
manifest
manifest.uuid
src/whereexpr.c
test/tabfunc01.test