1. 24 7月, 2017 1 次提交
  2. 14 7月, 2017 2 次提交
  3. 05 7月, 2017 2 次提交
  4. 29 6月, 2017 1 次提交
  5. 17 6月, 2017 1 次提交
  6. 10 6月, 2017 1 次提交
  7. 06 6月, 2017 1 次提交
  8. 05 6月, 2017 1 次提交
  9. 01 6月, 2017 1 次提交
  10. 30 5月, 2017 1 次提交
  11. 28 5月, 2017 1 次提交
  12. 21 5月, 2017 1 次提交
  13. 28 4月, 2017 3 次提交
  14. 23 4月, 2017 2 次提交
  15. 22 4月, 2017 1 次提交
  16. 30 3月, 2017 1 次提交
  17. 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
  18. 23 3月, 2017 1 次提交
  19. 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
  20. 15 3月, 2017 1 次提交
  21. 10 3月, 2017 1 次提交
  22. 09 3月, 2017 1 次提交
  23. 24 2月, 2017 2 次提交
  24. 23 2月, 2017 2 次提交
  25. 16 2月, 2017 1 次提交
  26. 09 2月, 2017 1 次提交
  27. 06 2月, 2017 1 次提交
  28. 23 1月, 2017 1 次提交
  29. 20 1月, 2017 1 次提交
  30. 19 1月, 2017 1 次提交
    • Philippe Marschall's avatar
      Fix JDBC type of TIMESTAMP WITH TIME ZONE · 72be2bd2
      Philippe Marschall 提交于
      Currently the JDBC type of TIMESTAMP WITH TIME ZONE is Types.OTHER.
      JDBC 4.2 has a dedicated type for this Types.TIMESTAMP_WITH_TIMEZONE.
      
      Unfortunately this type is only available in JDBC 4.2/Java 1.8 so I
      hard code the constant value instead of the constant reference.
      72be2bd2
  31. 18 1月, 2017 1 次提交
  32. 17 1月, 2017 2 次提交