Closed jesse-gallagher closed 1 month ago
The Data API defines JDQL for writing out queries in a SQL-like format:
https://github.com/jakartaee/data?tab=readme-ov-file#jakarta-data-query-language-jdql
This has been the case for a while and should be handled by the JNoSQL layer, but we should have test cases for everything we can.
It seems like this doesn't work as it is, but the Data and NoSQL specs, plus JNoSQL are all in flux currently, so it's likely that their implementations don't currently align.
The Data API defines JDQL for writing out queries in a SQL-like format:
https://github.com/jakartaee/data?tab=readme-ov-file#jakarta-data-query-language-jdql
This has been the case for a while and should be handled by the JNoSQL layer, but we should have test cases for everything we can.