1. 30 Mar, 2020 2 commits
  2. 29 Mar, 2020 2 commits
  3. 16 Mar, 2020 1 commit
  4. 14 Mar, 2020 1 commit
  5. 04 Feb, 2020 1 commit
  6. 22 Jan, 2020 3 commits
  7. 19 Jan, 2020 1 commit
  8. 16 Jan, 2020 1 commit
  9. 13 Jan, 2020 1 commit
  10. 05 Jan, 2020 1 commit
  11. 04 Jan, 2020 2 commits
  12. 21 Dec, 2019 1 commit
  13. 20 Nov, 2019 1 commit
  14. 08 Nov, 2019 2 commits
  15. 03 Nov, 2019 2 commits
  16. 31 Oct, 2019 1 commit
  17. 28 Oct, 2019 1 commit
  18. 17 Oct, 2019 1 commit
  19. 14 Oct, 2019 1 commit
  20. 13 Oct, 2019 1 commit
  21. 07 Oct, 2019 1 commit
  22. 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
  23. 10 Sep, 2019 1 commit
  24. 01 Sep, 2019 1 commit
  25. 25 Aug, 2019 1 commit
  26. 07 Aug, 2019 1 commit
  27. 03 Aug, 2019 1 commit
  28. 01 Jul, 2019 1 commit
  29. 26 Jun, 2019 1 commit
  30. 17 Jun, 2019 1 commit
  31. 06 Jun, 2019 1 commit
  32. 01 Jun, 2019 1 commit
  33. 24 May, 2019 1 commit
    • Sergei Morozov's avatar
      Deprecated Driver::getName() · 4074ae93
      Sergei Morozov authored
      The method is not used for anything else than skipping tests for specific drivers. Cross-driver portability should be established by drivers, not outside of them based on their name.
      4074ae93