1. 26 3月, 2017 3 次提交
  2. 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
  3. 24 3月, 2017 1 次提交
  4. 23 3月, 2017 2 次提交
  5. 22 3月, 2017 5 次提交
  6. 19 3月, 2017 1 次提交
  7. 15 3月, 2017 1 次提交
  8. 14 3月, 2017 1 次提交
  9. 10 3月, 2017 1 次提交
  10. 09 3月, 2017 3 次提交
  11. 02 3月, 2017 3 次提交
  12. 24 2月, 2017 4 次提交
  13. 23 2月, 2017 4 次提交
  14. 22 2月, 2017 1 次提交
  15. 16 2月, 2017 1 次提交
  16. 09 2月, 2017 2 次提交
  17. 06 2月, 2017 2 次提交
  18. 02 2月, 2017 1 次提交
  19. 30 1月, 2017 1 次提交
  20. 26 1月, 2017 1 次提交
    • Ulrich Wielant's avatar
      Use System.nanoTime() to check timeouts · f3a1598b
      Ulrich Wielant 提交于
      System.currentTimeMillis() is influenced by system time corrections
      whereas System.nanoTime() is strongly sequential. So it is better to use
      System.nanoTime() when checking for timeouts and elapsed time.
      f3a1598b