Open otaviojava opened 5 months ago
We need some more background information to determine if this challenge makes sense.
Does JNoSQL support GreaterThanEqual
, And
, and LessThanEqual
keywords for Mongo? If it can support countByIdGreaterThanEqualAndIdLessThanEqual
could it interpretcountByIdBetween
the same?
Specification
https://github.com/jakartaee/data/blob/78d53408461c0f5962d4fee7a2d780d226f71c0d/spec/src/main/asciidoc/query-language.asciidoc
Assertion
https://github.com/jakartaee/data/blob/78d53408461c0f5962d4fee7a2d780d226f71c0d/tck/src/main/java/ee/jakarta/tck/data/standalone/entity/EntityTests.java
TCK Version
1.0.0-RC1
Implementation being tested
Eclipse JNoSQL
Challenge Scenario
Something else
Full Description
Natively, MongoDB does not support the "between" keyword, making the
`UnsupportedOperation BETWEEN is not natively supported from mongoDB"
However, the TCK returns as an error:
Additional Context
No response
Is there an existing challenge for this?