1. 13 Apr, 2020 1 commit
    • Sergei Morozov's avatar
      Dropped support for fetching objects and non-zero column · aa6ae1d6
      Sergei Morozov authored
      1. `FetchMode::STANDARD_OBJECT` and `FetchMode::CUSTOM_OBJECT` are no longer supported.
      2. `FetchMode::COLUMN` with a non-zero index is no longer supported.
      3. Incompatible change in the `Connection::fetchColumn()` signature where the 3rd argument is now `$types`, not `$columnIndex`.
      aa6ae1d6
  2. 08 Apr, 2020 2 commits
  3. 21 Mar, 2020 1 commit
  4. 30 Dec, 2019 3 commits
  5. 31 Oct, 2019 1 commit
  6. 14 Oct, 2019 1 commit
  7. 26 Jun, 2019 1 commit
  8. 22 May, 2019 1 commit
  9. 17 Apr, 2019 1 commit
  10. 17 Mar, 2019 1 commit
  11. 03 Feb, 2019 1 commit
  12. 29 Jan, 2019 1 commit
  13. 22 Jan, 2019 1 commit
  14. 20 Jan, 2019 1 commit
  15. 07 Oct, 2018 1 commit
  16. 02 Oct, 2018 4 commits
  17. 27 Jun, 2018 1 commit
  18. 01 Apr, 2018 1 commit
  19. 29 Jan, 2018 5 commits
  20. 03 Jan, 2018 1 commit
  21. 07 Dec, 2017 1 commit
  22. 14 Sep, 2017 2 commits
  23. 28 Aug, 2017 1 commit
  24. 24 Aug, 2017 1 commit
  25. 22 Aug, 2017 1 commit
  26. 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
  27. 25 Jul, 2017 1 commit
  28. 23 Jun, 2017 1 commit