Skip to content

Commit

Permalink
docs: update graph database support about operator
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <[email protected]>
  • Loading branch information
otaviojava committed Jan 23, 2025
1 parent 06e5943 commit 4b142c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/query-language.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ When working with NoSQL databases, the support for arithmetic operations and sup
- **Document Databases**: Support of arithmetic operations and support of parenthesis for precedence are not required, although databases typically offer these capabilities. Behavior and extent of support can vary significantly between providers.
- **Graph Databases**: Support of parentheses for precedence is required. Support for arithmetic operations is not required but is typically offered by databases. Behavior and extent of support can vary significantly between providers.
- **Graph Databases**: Support for arithmetic operations and parentheses for precedence are not required but is typically offered by databases. Behavior and extent of support can vary significantly between providers.
Due to the diversity of NoSQL database types and their querying capabilities, there is no guarantee that all NoSQL providers will support punctuation characters such as parentheses `(`, `)` for defining operation precedence. It is recommended to consult your NoSQL provider's documentation to confirm the supported query features and their behavior.
====
Expand Down

0 comments on commit 4b142c2

Please sign in to comment.