After many researches, i didn't find how to deal with unique constraint with null columns for HSQLDB.
This question is directly linked with: Create unique constraint with null columns.
Related answers (workaround) work fine with PostgreSQL (create unique index ... where conditions
), but not with HSQLDB (from my point of view).
Ideally, I'd like to have the same "create_ddl" script for PostgreSQL and HSQLDB that manages the unique constraint behaviour with null columns
Any help, idea or workaround would be appreciated.