1. 07 Oct, 2018 1 commit
  2. 02 Oct, 2018 4 commits
  3. 27 Jun, 2018 1 commit
  4. 01 Apr, 2018 1 commit
  5. 29 Jan, 2018 5 commits
  6. 03 Jan, 2018 1 commit
  7. 07 Dec, 2017 1 commit
  8. 14 Sep, 2017 2 commits
  9. 28 Aug, 2017 1 commit
  10. 24 Aug, 2017 1 commit
  11. 22 Aug, 2017 1 commit
  12. 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
  13. 25 Jul, 2017 1 commit
  14. 23 Jun, 2017 2 commits
  15. 20 Jun, 2017 1 commit
    • helsner's avatar
      Correct param comment · e1eb4775
      helsner authored
      The param comment is currently set to string, which is wrong.
      The correct hint would be integer/int
      e1eb4775
  16. 10 May, 2017 1 commit
  17. 02 May, 2017 1 commit
  18. 18 Jan, 2017 1 commit
  19. 03 Jul, 2016 1 commit
  20. 29 Jun, 2016 1 commit
  21. 12 May, 2016 2 commits
  22. 10 Jan, 2016 1 commit
  23. 08 Sep, 2015 1 commit
  24. 03 Sep, 2015 2 commits
  25. 14 Jul, 2015 1 commit
    • Jon Goodger's avatar
      Fix call on non-object in ping() with PDO wrapper · 58956315
      Jon Goodger authored
      Fixes an issue when calling `ping()` where `$this->platform` is null. Happened to me because using the `'pdo'` param bypasses the `connect()` method and the platform is never set without explicitly calling the method.
      
      Not sure if this is the most elegant way to deal with this but it worked enough for my purposes so I figured I should submit a PR.
      58956315
  26. 26 Jun, 2015 1 commit
  27. 25 Apr, 2015 1 commit
  28. 09 Apr, 2015 1 commit