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

Fix issue 1955 - List comprehension in WHERE clause #2094

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

MuhammadTahaNaveed
Copy link
Member

@MuhammadTahaNaveed MuhammadTahaNaveed commented Sep 9, 2024

  • Fixed issue when MATCH clause variable is referenced inside list comprehension in WHERE clause or in property constraint.
  • Added regression tests.

resolves #1955

- Fixed issue when MATCH clause variable is referenced inside list
  comprehension in WHERE clause or in property constraint.
- Added regression tests.
@github-actions github-actions bot added master override-stale To keep issues/PRs untouched from stale action labels Sep 9, 2024
@jrgemignani jrgemignani merged commit 0f0d9be into apache:master Sep 9, 2024
7 checks passed
@MuhammadTahaNaveed MuhammadTahaNaveed deleted the issue-1955 branch September 9, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
master override-stale To keep issues/PRs untouched from stale action
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List comprehension in WHERE clause results in server process segmentation fault
2 participants