1. 10 8月, 2017 1 次提交
  2. 25 7月, 2017 1 次提交
  3. 22 7月, 2017 1 次提交
  4. 16 7月, 2017 1 次提交
  5. 08 6月, 2017 1 次提交
  6. 06 6月, 2017 1 次提交
  7. 04 6月, 2017 1 次提交
  8. 01 6月, 2017 2 次提交
  9. 28 4月, 2017 1 次提交
  10. 30 3月, 2017 1 次提交
  11. 27 3月, 2017 1 次提交
    • Philippe Marschall's avatar
      Document recursive common table expressions · aafd35c1
      Philippe Marschall 提交于
      H2 supports recursive common table expressions. Unfortunately they are
      not covered in the official grammar documentation so some people don't
      know about it.
      
      I had to reverse engineer the syntax by looking at the parser source so
      it may contain errors. This commit does contain maybe not the greatest
      documentation ever but I feel it's an improvement over the current
      situation.
      aafd35c1
  12. 26 3月, 2017 1 次提交
    • Philippe Marschall's avatar
      Fix fetch first rows only grammar · b229c223
      Philippe Marschall 提交于
      After some additional test for #476 and more checking with the source
      code I found out that I make a mistake in the grammar. The
      MySQL/Postgres and the Derby/Oracle syntax should be different
      productions.
      b229c223
  13. 25 3月, 2017 1 次提交
    • Philippe Marschall's avatar
      Document fetch first row(s) only · b2cdf84e
      Philippe Marschall 提交于
      Since 1.4.177 H2 supports FETCH FIRST x ROW ONLY however this is not
      reflected in the grammar documentation. This covers all the variations
      of the syntax.
      
      There are 3 `help.csv` but I believe I got the right one. Some of the
      checked in files seem to have been automatically changed and I don't
      know if I should have committed those as well.
      
      Fixes #475
      b2cdf84e
  14. 23 3月, 2017 1 次提交
  15. 15 3月, 2017 1 次提交
  16. 20 1月, 2017 1 次提交
  17. 18 1月, 2017 1 次提交
  18. 17 1月, 2017 1 次提交
  19. 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
  20. 17 11月, 2016 1 次提交
  21. 10 11月, 2016 1 次提交
  22. 02 10月, 2016 1 次提交
  23. 12 9月, 2016 1 次提交
  24. 15 8月, 2016 1 次提交
  25. 04 8月, 2016 1 次提交
  26. 01 8月, 2016 1 次提交
  27. 08 6月, 2016 1 次提交
  28. 21 5月, 2016 1 次提交
  29. 20 5月, 2016 3 次提交
  30. 17 2月, 2016 1 次提交
  31. 27 12月, 2015 1 次提交
  32. 10 12月, 2015 1 次提交
  33. 06 10月, 2015 1 次提交
  34. 25 9月, 2015 1 次提交
  35. 18 9月, 2015 1 次提交
  36. 03 9月, 2015 1 次提交
  37. 03 6月, 2015 1 次提交