Skip to content

HSQLDB support for Multiset #2024

@retroandchill

Description

@retroandchill

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:

  1. Provide a better more direct error message when a multiset select fails
  2. Allow for a fallback for cases where there are multiple database providers in use (make it configurable if possible)
  3. Investigate if there is any way to enable support for HSQLDB for multiset

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions