It should be possible to define a mapping from arbitrary types to types that can be stored using JDBC. For example, it should be possible to configure SD JDBC in such a way that it stores a java.time.Duration as a String. Which together with converters from Duration to String and back should allow storing and loading Durations
Jens Schauder opened DATAJDBC-148 and commented
It should be possible to define a mapping from arbitrary types to types that can be stored using JDBC. For example, it should be possible to configure SD JDBC in such a way that it stores a
java.time.Duration
as aString
. Which together with converters fromDuration
toString
and back should allow storing and loadingDuration
sIssue Links:
("duplicates")
The text was updated successfully, but these errors were encountered: