Skip to content

Commit d273e9f

Browse files
committed
Refining QBE documentation.
Original pull request #3226
1 parent 0f4ca0d commit d273e9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/main/antora/modules/ROOT/pages/query-by-example.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Query by Example is well suited for several use cases:
3636
Query by Example also has several limitations:
3737

3838
* No support for nested or grouped property constraints, such as `firstname = ?0 or (firstname = ?1 and lastname = ?2)`.
39+
* No support for matching collections or maps.
3940
* Store-specific support on string matching.
4041
Depending on your databases, String matching can support starts/contains/ends/regex for strings.
4142
* Exact matching for other property types.

0 commit comments

Comments
 (0)