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

[Backport 1.14] Expression with conjunction/disjunction (and/or) fails if it contains parentheses #403

Merged
merged 1 commit into from
Feb 9, 2022

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Feb 9, 2022

Description

Backport of #399 to 1.14.

relates to #397

* add the reserved keywords: "and", "or"
* avoid that a conjunction/disjunction is parsed as function name
* change the parsing behavior to avoid that a function name contains a reserved keyword like "and"/"or"

(cherry picked from commit 640a37c)
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.

None yet

1 participant