Closed danskarda closed 1 year ago
Fixes issue with insert of enums. If enum was optional and nil, this conversion function caused insert of "" (which failed for me because of foreign constrains).
thanks
Fixes issue with insert of enums. If enum was optional and nil, this conversion function caused insert of "" (which failed for me because of foreign constrains).