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

sql: verify operator precedence #2244

Closed
petermattis opened this issue Aug 24, 2015 · 0 comments
Closed

sql: verify operator precedence #2244

petermattis opened this issue Aug 24, 2015 · 0 comments
Assignees
Milestone

Comments

@petermattis
Copy link
Collaborator

Verify (write tests) that operator precedence is working properly.

@petermattis petermattis self-assigned this Aug 24, 2015
@petermattis petermattis added this to the Beta milestone Aug 24, 2015
petermattis added a commit that referenced this issue Aug 31, 2015
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.
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

No branches or pull requests

1 participant