Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an assertion error with LATERAL caluse (#108)
When LATERAL was used, a subquery was regarded as one generated from EXISTS clause even though this was ordinal subquery. This caused an assertion error.
- Loading branch information