Open
Description
Specification
https://github.com/jakartaee/data/blob/main/spec/src/main/asciidoc/query-language.asciidoc
I need clarification on ...
Please clarify or update documentation regarding the following statement:
Syntactically, logical operators are parsed with lower precedence than equality and inequality operators and other conditional expressions listed above. The
NOT
operator has higher precedence thanAND
andOR
. TheAND
operator has higher precedence thanOR
.
Issue:
- This statement is true for SQL but may not apply to NoSQL databases like MongoDB.
- NoSQL databases rely on explicit query structures rather than predefined operator precedence.
Request:
- Update documentation to highlight that while these precedence rules apply to SQL, they are not guaranteed to work for NoSQL databases.
Thank you for your attention to this matter.
Additional information
No response