0.17.0 - 2021-02-05ΒΆ
Added INTERVAL DAY TO SECOND data type support for standard fetch mapper
exasol_mapper
. Now it returns instances of classExaTimeDelta
derived from Python datetime.timedelta.
It may potentially cause some issues with existing code. If it does, you may define your own custom fetch_mapper
. Alternatively, you may call ExaTimeDelta.to_interval()
or cast the object to string to get back to original values.