-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
Currently if you try to use a MULTISET fetch strategy against and HSQL database it causes an error with a NullPointerException, caused by there not being any support for it for the provider. I partially understand that this may have to do with the fact that HSQLDB lacks JSON support, however I only figured out what was wrong by digging into the source code.
What should probably be done is the following:
- Provide a better more direct error message when a multiset select fails
- Allow for a fallback for cases where there are multiple database providers in use (make it configurable if possible)
- Investigate if there is any way to enable support for HSQLDB for multiset