1. 07 Jun, 2020 1 commit
  2. 06 Jun, 2020 1 commit
  3. 29 May, 2020 1 commit
  4. 27 May, 2020 1 commit
  5. 25 May, 2020 1 commit
  6. 23 May, 2020 1 commit
  7. 04 May, 2020 1 commit
  8. 16 Apr, 2020 1 commit
  9. 29 Mar, 2020 1 commit
  10. 31 Oct, 2019 1 commit
  11. 14 Oct, 2019 1 commit
  12. 26 Jun, 2019 1 commit
  13. 22 May, 2019 1 commit
  14. 17 Apr, 2019 1 commit
  15. 17 Mar, 2019 1 commit
  16. 03 Feb, 2019 1 commit
  17. 29 Jan, 2019 1 commit
  18. 22 Jan, 2019 1 commit
  19. 20 Jan, 2019 1 commit
  20. 07 Oct, 2018 1 commit
  21. 02 Oct, 2018 4 commits
  22. 27 Jun, 2018 1 commit
  23. 01 Apr, 2018 1 commit
  24. 29 Jan, 2018 5 commits
  25. 03 Jan, 2018 1 commit
  26. 07 Dec, 2017 1 commit
  27. 14 Sep, 2017 2 commits
  28. 28 Aug, 2017 1 commit
  29. 24 Aug, 2017 1 commit
  30. 22 Aug, 2017 1 commit
  31. 03 Aug, 2017 2 commits
    • Matthias Derer's avatar
      Use imported Exception · c4e528f9
      Matthias Derer authored
      c4e528f9
    • Matthias Derer's avatar
      add @throws declarations to docs in Connection · 14ec6ee8
      Matthias Derer authored
      In a few cases methods in Connection may throw a DBALException which
      isn't declared in the docblock. As the Connection class is heavily
      used by third party code, this code runs the risk of ignoring
      those exceptions instead of handling them. While it is
      technically not required to declare exceptions in PHP, it is highly
      recommended, especially in public APIs.
      14ec6ee8