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

Attributes in WITH...WHERE #336

@jmarton

Description

@jmarton

Similarly to #331, WHERE clause might also refer to variables that are not retained by the projection.

E.g. the following should compile and resolve:

MATCH (p:Person)--(h:House)
WITH p
WHERE h.year > 2000
RETURN p

Currently, it leads to an exception:

ingraph.compiler.exceptions.NameResolutionException: Unresolvable name h.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions