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