NoSQL databases need to be allowed to raise errors for function that the database type is not capable of #782
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
test
Something test-related
Milestone
We need to update the specification (section 5.4.5?) to permit NoSQL databases to raise UnsupportedOperationException for operations that the category of NoSQL database (key-value, document, ...) is not capable of.
Refer to the table from Otavio, https://github.com/jakartaee/data/pull/771/files#r1649951754 which has a lot of information, and needs further clarification beyond that (for the ones that are maybe/some).
The TCK also needs to trap UnsupportedOperationException and allow if not required for that database type.
Here is a checklist where we can add separate PRs for the work:
After completing the above, add documentation of the above in the next release.
The text was updated successfully, but these errors were encountered: