Hi guys,
this is in my opinion very important, when creating unique index, to have option for ignoring null values eg.
create unique NONCLUSTERED index IDX_MY_TAB_UNQ on MY_TAB(USER_ID, DELETE_TS) WHERE USER_ID is not null
Otherwise it is usable only for mandatory fields.
I am not sure if all DB types support this (coming from mssql)
Hi Tom
CUBA is in maintenance mode and we are going to fix only critical issues, as well as support newer versions of IntelliJ.
If you face this problem in Jmix, please report on forum.jmix.io.