Closed
Description
I'm currently struggling to use a simple tsrange
in a template entity insert.
Reading is fine, as I can utilize a simple Converter<String, MyTsRangeType>
. But doing the same for writing (Converter<MyTsRangeType, String>
) does not work:
column "my_column" is of type tsrange but expression is of type character varying
Is there a proper way for dealing with ranges?