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 membership operators and filter expression literals #63

Merged
merged 2 commits into from
Jul 6, 2024
Merged

Conversation

jg-rp
Copy link
Owner

@jg-rp jg-rp commented Jul 6, 2024

This PR fixes #62, where the use of a filter expression literal either side of a membership operator would raise a syntax error.

We also implement membership test for JSON objects / Python Mappings, closing #55.

@jg-rp jg-rp merged commit 8cada95 into main Jul 6, 2024
36 checks passed
@jg-rp jg-rp deleted the membership branch July 6, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter expression literals and membership operators
1 participant