Does anyone used Java 8 LocalTime, LocalDate or LocalDateTime? My configuration is based on
- sqlserver 2012 express - jdbc 4.2 driver from Ms. (I don't know if is mandatory for JSR310 in jooq) - Java8 compiled version of jooq pro 3.7.0 - JDK 1.8.0_60 I expect to have sql types automatically mapped on java jrs310 types on generation but it doesn't. Actually my results are - sql datetime ==> java.sql.TimeStamp - sql date ==> Long - sql time ==> java.sql.Time Am I missing something? Tks Denis -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
