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 "Expected left to be defined." error in filter function for parenthesized expressions #27

Merged
merged 2 commits into from
Oct 3, 2023

Conversation

MartinMa
Copy link
Contributor

Fixes #26

@ronnyTodgers
Copy link

Yes please merge! This is an annoying bug in a fairly common query type - if there is a fault in the query then it should be picked up a parse - instead this is producing an unnecessary error when using the valid query. The fix seems to be trivial and just just gotta press than merge button :)

@gajus gajus merged commit be00757 into gajus:main Oct 3, 2023
1 check passed
@github-actions
Copy link

github-actions bot commented Oct 3, 2023

🎉 This PR is included in version 3.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Boolean operators raise filter error: Expected left to be defined.
3 participants