1. 30 10月, 2016 1 次提交
    • Philippe Marschall's avatar
      Add JSR-310 Support (#386) · f4507bb3
      Philippe Marschall 提交于
      Add support for Java 8 Date and Time API AKA JSR-310. On the face of it
      the existing JDBC types java.sql.Date, java.sql.Time and
      java.sql.Timestamp offer conversion methods to and from JSR-310 data
      types. Unfortunately java.sql.Timestamp does silent data truncation
      when the timestamp falls into a DST transition on the JVM time zone.
      Worse still for java.time.OffsetDateTime there is no corresponding JDBC
      type. Therefore these conversions have to be implemented. All of this
      has to be programmed using reflection so the code compiles and can be
      executed on Java 7.
      f4507bb3
  2. 26 10月, 2016 8 次提交
  3. 23 10月, 2016 2 次提交
  4. 21 10月, 2016 5 次提交
  5. 13 10月, 2016 2 次提交
  6. 11 10月, 2016 4 次提交
  7. 08 10月, 2016 2 次提交
  8. 07 10月, 2016 1 次提交
  9. 05 10月, 2016 2 次提交
  10. 03 10月, 2016 4 次提交
  11. 02 10月, 2016 4 次提交
  12. 29 9月, 2016 1 次提交
  13. 28 9月, 2016 3 次提交
  14. 27 9月, 2016 1 次提交