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