Hello,

Just a quick question: JDBC 4.2 / Java 8 added "support" for JSR-310 in the 
API, meaning that drivers can now official bind 

*Existing in H2:*

   - LocalDate to SQL DATE
   - LocalTime to SQL TIME
   - LocalDateTime to SQL TIMESTAMP
   
*New in H2:*

   - OffsetTime to SQL TIME WITH ZONE
   - OffsetDateTime to SQL TIMESTAMP WITH TIME ZONE
   
I currently don't see such an increment on the roadmap:
http://www.h2database.com/html/roadmap.html

And I haven't found any discussions on the mailing list. Is that something 
worth considering in the near future? Is there any JDBC 4.2 upgrade 
strategy, yet?

Cheers,
Lukas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to