Skip to content

Commit 4b142c2

Browse files
committed
docs: update graph database support about operator
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 06e5943 commit 4b142c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/src/main/asciidoc/query-language.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ When working with NoSQL databases, the support for arithmetic operations and sup
6161
6262
- **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.
6363
64-
- **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.
64+
- **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.
6565
6666
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.
6767
====

0 commit comments

Comments
 (0)