1. 12 1月, 2017 1 次提交
  2. 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
  3. 14 12月, 2016 2 次提交
  4. 11 12月, 2016 1 次提交
  5. 09 12月, 2016 1 次提交
  6. 17 11月, 2016 2 次提交
  7. 15 11月, 2016 2 次提交
  8. 10 11月, 2016 2 次提交
  9. 03 11月, 2016 3 次提交
  10. 01 11月, 2016 2 次提交
  11. 31 10月, 2016 1 次提交
  12. 30 10月, 2016 1 次提交
  13. 26 10月, 2016 5 次提交
  14. 23 10月, 2016 2 次提交
  15. 21 10月, 2016 2 次提交
  16. 07 10月, 2016 1 次提交
  17. 02 10月, 2016 1 次提交
  18. 27 9月, 2016 1 次提交
  19. 12 9月, 2016 1 次提交
  20. 05 9月, 2016 1 次提交
  21. 15 8月, 2016 1 次提交
  22. 11 8月, 2016 1 次提交
  23. 05 8月, 2016 1 次提交
  24. 04 8月, 2016 2 次提交
  25. 02 8月, 2016 1 次提交
  26. 01 8月, 2016 1 次提交