]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow "<expr> IN <table>" as a shorthand for
authordrh <drh@noemail.net>
Thu, 15 Jan 2004 03:30:24 +0000 (03:30 +0000)
committerdrh <drh@noemail.net>
Thu, 15 Jan 2004 03:30:24 +0000 (03:30 +0000)
commit23b2db23b4068fe57791fcfc84cd6bf862bfcc70
treed3ec1db5cb7baf750d7182dda8acdc968457d00c
parentaa940eacfea96ddd41b8c54b6895562321a260dc
Allow "<expr> IN <table>" as a shorthand for
"<expr> IN (SELECT * FROM <table>)" (CVS 1180)

FossilOrigin-Name: 01874d252ac44861e927dea3f5534f67e19b1fa8
manifest
manifest.uuid
src/parse.y
test/in.test