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 (and test) operator precedence. #2305

Merged
merged 1 commit into from
Aug 31, 2015
Merged

Conversation

petermattis
Copy link
Collaborator

In my tweaking of the grammar I had accidentally placed '&', '|' and '^'
at higher precedence that '*', '/', '%'. I'm not sure operator
precedence is 100% correct, but we now have a framework for verifying it
when we make changes.

Fixes #2244.

In my tweaking of the grammar I had accidentally placed '&', '|' and '^'
at higher precedence that '*', '/', '%'. I'm not sure operator
precedence is 100% correct, but we now have a framework for verifying it
when we make changes.

Fixes #2244.
@tamird
Copy link
Contributor

tamird commented Aug 31, 2015

LGTM

petermattis added a commit that referenced this pull request Aug 31, 2015
@petermattis petermattis merged commit ce35916 into master Aug 31, 2015
@petermattis petermattis deleted the pmattis/sql-precedence branch August 31, 2015 19:20
@celiala celiala mentioned this pull request Aug 16, 2020
25 tasks
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.

2 participants