1. 23 Jun, 2017 2 commits
  2. 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
  3. 10 May, 2017 1 commit
  4. 02 May, 2017 1 commit
  5. 18 Jan, 2017 1 commit
  6. 03 Jul, 2016 1 commit
  7. 29 Jun, 2016 1 commit
  8. 12 May, 2016 2 commits
  9. 10 Jan, 2016 1 commit
  10. 08 Sep, 2015 1 commit
  11. 03 Sep, 2015 2 commits
  12. 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
  13. 26 Jun, 2015 1 commit
  14. 25 Apr, 2015 1 commit
  15. 09 Apr, 2015 1 commit
  16. 04 Mar, 2015 1 commit
  17. 15 Dec, 2014 1 commit
  18. 11 Nov, 2014 1 commit
  19. 08 Nov, 2014 1 commit
  20. 07 Nov, 2014 1 commit
  21. 04 Nov, 2014 1 commit
  22. 14 Oct, 2014 1 commit
  23. 25 Jun, 2014 1 commit
    • Jason Allred's avatar
      Prevent Connection from maintaining a second reference to an injected PDO... · 731e9287
      Jason Allred authored
      Prevent Connection from maintaining a second reference to an injected PDO object. Previously, if a developer explicitly closed the Connection, only the _conn reference was destroyed, but the _params['pdo'] reference remained and kept the PDO connection alive. By unsetting the _params reference, we maintain only the _conn reference, exactly as if the PDO connection is generated internally.
      731e9287
  24. 17 Apr, 2014 1 commit
  25. 06 Mar, 2014 1 commit
  26. 13 Feb, 2014 1 commit
  27. 12 Feb, 2014 1 commit
  28. 05 Jan, 2014 1 commit
  29. 27 Dec, 2013 1 commit
  30. 21 Dec, 2013 1 commit
  31. 15 Nov, 2013 3 commits
  32. 14 Nov, 2013 2 commits
  33. 13 Nov, 2013 2 commits