Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

Handle WITH...WHERE subclause #124

Closed
jmarton opened this issue Apr 2, 2017 · 0 comments
Closed

Handle WITH...WHERE subclause #124

jmarton opened this issue Apr 2, 2017 · 0 comments
Assignees
Labels

Comments

@jmarton
Copy link
Contributor

jmarton commented Apr 2, 2017

WITH ... WHERE seems challenging because in this WHERE clause, one need to take into account variables created in the WITH clause, but this does not apply for expressions present in a MATCH ... WHERE clause.

Work left in #16 continues here.

@jmarton jmarton self-assigned this Apr 2, 2017
jmarton added a commit that referenced this issue Apr 5, 2017
…owards #124"

This reverts commit 620430d.

There hs been a few design flaws how we determined name resolution based on the context.

This will be reworked soon.
jmarton added a commit that referenced this issue Apr 5, 2017


Previous work in 620430d have had some design flaws,
so it has been reverted in 5db26f0
and re-engineered in this commit.
@jmarton jmarton closed this as completed in 3d2f0d9 Apr 5, 2017
jmarton added a commit that referenced this issue Apr 6, 2017
…g WITH...WHERE upon subquery chaining. Ref #124, Fixes #128
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant