This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
decide on handling of unsupported data types in JDBC (ZonedDateTime, Instant and OffsetTime), UUID in MySQL #322
Labels
help wanted
Extra attention is needed
According to https://jdbc.postgresql.org/documentation/head/java8-date-time.html, ZonedDateTime, Instant and OffsetTime are not supported by JDBC. Some databases will likely support these types if we bypass the JDBC driver (everything else is platform specific, why not executor as well :D) . A couple of options:
1 and 2 would require good documentation and consistent handling across the types. 3 & 4 are probably unideal...
@jczuchnowski / @jdegoes any thoughts on this?
The text was updated successfully, but these errors were encountered: