Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Pattern Matching in the WHERE clause #1577

Open
dehowef opened this issue Feb 8, 2024 · 1 comment
Open

Implement Pattern Matching in the WHERE clause #1577

dehowef opened this issue Feb 8, 2024 · 1 comment
Labels
enhancement New request feature request New feature override-stale To keep issues/PRs untouched from stale action

Comments

@dehowef
Copy link
Member

dehowef commented Feb 8, 2024

Currently, the syntax for pattern matching in the WHERE clause is not implemented.

For example, the syntax:
MATCH (a) WHERE (a)-[]-() RETURN a

and other similar syntaxes are valid queries and should return a result.

Copy link

This issue is stale because it has been open 45 days with no activity. Remove "Abondoned" label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale Stale issues/PRs label May 11, 2024
@MuhammadTahaNaveed MuhammadTahaNaveed added feature request New feature override-stale To keep issues/PRs untouched from stale action and removed Stale Stale issues/PRs labels May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New request feature request New feature override-stale To keep issues/PRs untouched from stale action
Projects
None yet
Development

No branches or pull requests

2 participants