Skip to content

Commit c106eb6

Browse files
otaviojavanjr-11
andauthored
Update spec/src/main/asciidoc/query-language.asciidoc
Co-authored-by: Nathan Rauh <nathan.rauh@us.ibm.com>
1 parent 6aaed09 commit c106eb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ When working with NoSQL databases, the support for arithmetic operations and the
5959
6060
- **Wide-Column Databases**: Arithmetic operations are not required to be supported. Some wide-column databases might offer limited support, which might require secondary indexing even for basic querying.
6161
62-
- **Document and Graph Databases**: These databases typically support arithmetic operations and punctuation characters for precedence. However, the exact behavior and extent of support can vary significantly between providers.
62+
- **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.
63+
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.
6365
6466
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.
6567
====

0 commit comments

Comments
 (0)