1. 19 4月, 2017 1 次提交
  2. 07 4月, 2017 2 次提交
  3. 03 4月, 2017 3 次提交
  4. 02 4月, 2017 3 次提交
  5. 31 3月, 2017 1 次提交
  6. 30 3月, 2017 6 次提交
  7. 29 3月, 2017 1 次提交
  8. 28 3月, 2017 3 次提交
  9. 27 3月, 2017 2 次提交
    • 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
    • Max Englander's avatar
      enum-support: add more test cases · cf06d6ec
      Max Englander 提交于
      cf06d6ec
  10. 26 3月, 2017 4 次提交
  11. 25 3月, 2017 2 次提交
    • 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
    • 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
  12. 24 3月, 2017 1 次提交
  13. 23 3月, 2017 5 次提交
  14. 22 3月, 2017 5 次提交
  15. 21 3月, 2017 1 次提交