OpenNTF / org.openntf.xsp.jakartaee

XPages Jakarta EE support libraries
Apache License 2.0
20 stars 7 forks source link

Ensure all JDQL syntax works #565

Closed jesse-gallagher closed 1 month ago

jesse-gallagher commented 2 months 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.

jesse-gallagher commented 1 month ago

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.