Fix typo in docstring
This commit is contained in:
parent
8d02bd68f0
commit
a568f0fa87
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
||||||
will be extended to (`java.sql.Date` and) `java.sql.Timestamp` so that any
|
will be extended to (`java.sql.Date` and) `java.sql.Timestamp` so that any
|
||||||
timestamp columns will automatically be read as `java.time.Instant`.
|
timestamp columns will automatically be read as `java.time.Instant`.
|
||||||
|
|
||||||
Note that `java.sql.Date` columns will still be returns as-is because they
|
Note that `java.sql.Date` columns will still be returned as-is because they
|
||||||
cannot be converted to an instant (they lack a time component)."
|
cannot be converted to an instant (they lack a time component)."
|
||||||
[]
|
[]
|
||||||
(extend-protocol rs/ReadableColumn
|
(extend-protocol rs/ReadableColumn
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue