1. 29 Jan, 2018 5 commits
  2. 03 Jan, 2018 1 commit
  3. 07 Dec, 2017 1 commit
  4. 14 Sep, 2017 2 commits
  5. 28 Aug, 2017 1 commit
  6. 24 Aug, 2017 1 commit
  7. 22 Aug, 2017 1 commit
  8. 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
  9. 25 Jul, 2017 1 commit
  10. 23 Jun, 2017 2 commits
  11. 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
  12. 10 May, 2017 1 commit
  13. 02 May, 2017 1 commit
  14. 18 Jan, 2017 1 commit
  15. 03 Jul, 2016 1 commit
  16. 29 Jun, 2016 1 commit
  17. 12 May, 2016 2 commits
  18. 10 Jan, 2016 1 commit
  19. 08 Sep, 2015 1 commit
  20. 03 Sep, 2015 2 commits
  21. 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
  22. 26 Jun, 2015 1 commit
  23. 25 Apr, 2015 1 commit
  24. 09 Apr, 2015 1 commit
  25. 04 Mar, 2015 1 commit
  26. 15 Dec, 2014 1 commit
  27. 11 Nov, 2014 1 commit
  28. 08 Nov, 2014 1 commit
  29. 07 Nov, 2014 1 commit
  30. 04 Nov, 2014 1 commit
  31. 14 Oct, 2014 1 commit