1. 26 5月, 2017 2 次提交
  2. 25 5月, 2017 1 次提交
  3. 24 5月, 2017 4 次提交
  4. 23 5月, 2017 2 次提交
  5. 22 5月, 2017 1 次提交
  6. 21 5月, 2017 1 次提交
  7. 17 5月, 2017 4 次提交
  8. 16 5月, 2017 1 次提交
  9. 03 5月, 2017 7 次提交
  10. 01 5月, 2017 1 次提交
  11. 30 4月, 2017 1 次提交
  12. 29 4月, 2017 2 次提交
  13. 28 4月, 2017 3 次提交
  14. 25 4月, 2017 1 次提交
  15. 24 4月, 2017 1 次提交
  16. 23 4月, 2017 4 次提交
  17. 22 4月, 2017 1 次提交
  18. 21 4月, 2017 1 次提交
  19. 20 4月, 2017 2 次提交
    • Philippe Marschall's avatar
      TimestampWithTimeZone can not be bound · 04673de8
      Philippe Marschall 提交于
      Clients that are still on Java 7 and can not use OffsetDateTime need a
      way to bind TimestampWithTimeZone. Unfortunately TimestampWithTimeZone
      can currently not be used as a bind parameter
      The obvious way to bind TimestampWithTimeZone would be to use
      PreparedStatement.setObject(int, Object). This does not work because
      DataTye#convertTo currently does not check for TimestampWithTimeZone.
      
      This commit fixes this by adding a check and conversion in
      DataTye#convertTo and also adding a unit test.
      04673de8
    • Sergi Vladykin's avatar