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

potential bug with operator precedence #136

Open
dbu opened this issue Nov 11, 2014 · 0 comments
Open

potential bug with operator precedence #136

dbu opened this issue Nov 11, 2014 · 0 comments
Labels

Comments

@dbu
Copy link
Member

dbu commented Nov 11, 2014

we probably still have an issue with operator precedence for the NOT case.

how does the query builder distinguish NOT(a OR b) from (NOT a) OR b? afaik NOT a OR b precedence would make it (NOT a) or b.

see discussion in https://github.com/phpcr/phpcr-api-tests/pull/140/files#r20051310

/cc @dantleech

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

No branches or pull requests

1 participant