]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Disable the use of coroutines for subqueries within a query that is the tkt787fa716-deadend
authordrh <drh@noemail.net>
Fri, 9 Nov 2018 00:02:02 +0000 (00:02 +0000)
committerdrh <drh@noemail.net>
Fri, 9 Nov 2018 00:02:02 +0000 (00:02 +0000)
commitfa7e67be6ace49899e07d2bbda53d8c5d9d5a64f
tree715b8311df1aaf739bcbaddc6368a9151ae1ae3e
parent145d0a35d9c4ad030f67519e1b68b61505d4975f
Disable the use of coroutines for subqueries within a query that is the
RHS of an IN operator, as the IN operator might be evaluated more than
once.  Possible fix for [787fa716be3a7f65], unless we can come up with
something better.

FossilOrigin-Name: 8d663bfaaa4656c4f4ff115017404aa88da4931a6aacc8069060f121e43d0240
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h