1. 29 Dec, 2019 1 commit
  2. 22 Dec, 2019 1 commit
  3. 21 Dec, 2019 2 commits
  4. 07 Dec, 2019 3 commits
  5. 28 Nov, 2019 2 commits
  6. 25 Nov, 2019 3 commits
  7. 24 Nov, 2019 1 commit
  8. 20 Nov, 2019 2 commits
  9. 08 Nov, 2019 3 commits
  10. 03 Nov, 2019 2 commits
  11. 31 Oct, 2019 2 commits
  12. 28 Oct, 2019 2 commits
  13. 25 Oct, 2019 2 commits
  14. 24 Oct, 2019 1 commit
  15. 17 Oct, 2019 2 commits
  16. 14 Oct, 2019 2 commits
  17. 13 Oct, 2019 2 commits
  18. 08 Oct, 2019 2 commits
  19. 07 Oct, 2019 3 commits
  20. 06 Oct, 2019 1 commit
  21. 16 Sep, 2019 1 commit
    • Grégoire Paris's avatar
      Relax statement type declaration · 442c6843
      Grégoire Paris authored
      fetch() is part of the ResultStatement interface. Using Statement as a
      type declaration needlessly constrains people to use this class only
      with implementations of Statement.
      442c6843