tpolecat / doobie

Functional JDBC layer for Scala.
MIT License
2.13k stars 348 forks source link

MySQL java.time instances #2011

Closed jatcwang closed 2 months ago

jatcwang commented 3 months ago

Based on #1791.

A follow up PR will move JdbcType "tweaks" (tweakJdbcType) into the Meta instance definitions themselves which will allow users to add their tweak the returned JdbcType from their database drivers. Because of this, this PR moves towards the direction of putting the java.time instances in their DB-specific import.