This issue concerns the WIP spec tests around EXISTS in the branch input/exists-1-2 (#276 at the time of writing)
This test expects zero results, while my implementation produces a single result.
I would expect a single result here (as this follows the without-projection approach; values projected out in sub-SELECTs are affected).
This issue concerns the WIP spec tests around EXISTS in the branch
input/exists-1-2(#276 at the time of writing)This test expects zero results, while my implementation produces a single result.
I would expect a single result here (as this follows the without-projection approach; values projected out in sub-SELECTs are affected).