Skip to content

potential bug with operator precedence #136

Open
@dbu

Description

@dbu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions