Back

read-as-default (clj)

(source)

function

(read-as-default)
After calling this function, `next.jdbc.result-set/ReadableColumn` will be extended to `java.sql.Date` and `java.sql.Timestamp` so that any date or timestamp columns will be read as-is. This is provided for completeness, to undo the effects of `read-as-instant` or `read-as-local`.

Examples