1. 02 6月, 2017 2 次提交
  2. 30 5月, 2017 1 次提交
  3. 26 5月, 2017 3 次提交
  4. 21 5月, 2017 1 次提交
  5. 03 5月, 2017 6 次提交
  6. 01 5月, 2017 1 次提交
  7. 30 4月, 2017 1 次提交
  8. 25 4月, 2017 1 次提交
  9. 23 4月, 2017 3 次提交
  10. 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
  11. 03 4月, 2017 1 次提交
  12. 02 4月, 2017 2 次提交
  13. 31 3月, 2017 1 次提交
  14. 30 3月, 2017 2 次提交
  15. 27 3月, 2017 1 次提交
  16. 25 3月, 2017 1 次提交
    • Philippe Marschall's avatar
      Fix doc generation · 694c2474
      Philippe Marschall 提交于
      In order to make the doc generation for #476 working I had to fix some
      errors in existing files. These cover
      
       - lines which are too long
       - incorrect indentation
       - invalid markup
       - missing javadoc
      694c2474
  17. 23 3月, 2017 2 次提交
  18. 22 3月, 2017 1 次提交
    • Sergey Kalashnikov's avatar
      Custom data types handler (#462) · d69d5052
      Sergey Kalashnikov 提交于
      * Custom data types handler
      
      * Updated doc, changelog, dictionary. Fixed review comment.
      
      * Extended the custom types handler interface
      
      * Fixed test
      
      * Fixed review comments
      
      * Added note on ABI stability of the feature to docs
      d69d5052
  19. 21 3月, 2017 1 次提交
  20. 19 3月, 2017 1 次提交
  21. 15 3月, 2017 1 次提交
  22. 14 3月, 2017 1 次提交
  23. 10 3月, 2017 1 次提交
  24. 09 3月, 2017 1 次提交
  25. 02 3月, 2017 2 次提交