1. 30 5月, 2017 1 次提交
  2. 28 5月, 2017 1 次提交
  3. 21 5月, 2017 1 次提交
  4. 28 4月, 2017 3 次提交
  5. 23 4月, 2017 2 次提交
  6. 22 4月, 2017 1 次提交
  7. 30 3月, 2017 1 次提交
  8. 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
  9. 23 3月, 2017 1 次提交
  10. 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
  11. 15 3月, 2017 1 次提交
  12. 10 3月, 2017 1 次提交
  13. 09 3月, 2017 1 次提交
  14. 24 2月, 2017 2 次提交
  15. 23 2月, 2017 2 次提交
  16. 16 2月, 2017 1 次提交
  17. 09 2月, 2017 1 次提交
  18. 06 2月, 2017 1 次提交
  19. 23 1月, 2017 1 次提交
  20. 20 1月, 2017 1 次提交
  21. 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
  22. 18 1月, 2017 1 次提交
  23. 17 1月, 2017 2 次提交
  24. 15 1月, 2017 1 次提交
  25. 13 1月, 2017 1 次提交
  26. 12 1月, 2017 1 次提交
  27. 09 1月, 2017 1 次提交
    • Steve McLeod's avatar
      Add index hints (#425) · b2ef093c
      Steve McLeod 提交于
      * Added parsing of table hints
      
      * Implemented USE INDEX hints
      
      * Added docs, tidied up code for submission
      
      * Added docs, tidied up code for submission
      
      * Removed used of final static field that would cause problems with Tomcat class unloading
      
      * Removed used of final static field that would cause problems with Tomcat class unloading
      
      * A table with no index hints now has indexHints == null, instead of an employ instance of IndexHints. For the common case of no index hints, this will prevent some unnecessary object creation.
      
      * Index Hints now is backward compatible with using the "USE" as a table alias
      
      * Added TestIndexHints to list of all tests
      
      * Added index hints to text generated by TableFilter.getPlanSQL();
      
      * Improved field names (a field called indexList was actually a set);
      Added test for ensuring getPlanSQL lists index hints in correct order
      
      * Improved unit test for making sure getPlanSQL renders index hints list in correct order
      b2ef093c
  28. 14 12月, 2016 2 次提交
  29. 11 12月, 2016 1 次提交
  30. 09 12月, 2016 1 次提交
  31. 17 11月, 2016 2 次提交
  32. 15 11月, 2016 1 次提交