1. 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
  2. 26 Jun, 2015 1 commit
  3. 25 Apr, 2015 1 commit
  4. 09 Apr, 2015 1 commit
  5. 04 Mar, 2015 1 commit
  6. 15 Dec, 2014 1 commit
  7. 11 Nov, 2014 1 commit
  8. 08 Nov, 2014 1 commit
  9. 07 Nov, 2014 1 commit
  10. 04 Nov, 2014 1 commit
  11. 14 Oct, 2014 1 commit
  12. 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
  13. 17 Apr, 2014 1 commit
  14. 06 Mar, 2014 1 commit
  15. 13 Feb, 2014 1 commit
  16. 12 Feb, 2014 1 commit
  17. 05 Jan, 2014 1 commit
  18. 27 Dec, 2013 1 commit
  19. 21 Dec, 2013 1 commit
  20. 15 Nov, 2013 3 commits
  21. 14 Nov, 2013 2 commits
  22. 13 Nov, 2013 2 commits
  23. 10 Nov, 2013 4 commits
  24. 09 Nov, 2013 1 commit
  25. 05 Sep, 2013 1 commit
  26. 24 Jul, 2013 2 commits
  27. 21 Jun, 2013 1 commit
    • Benjamin Morel's avatar
      Fixed documentation. · f0eaaf6f
      Benjamin Morel authored
      - Fixed docblocks
      - Removed return statements on void methods
      - Cleaned up unused private / local variables
      - Fixed license issues
      - Removed SVN leftovers
      - Fixed doctrine-project.org links
      - Added line breaks before return statements
      f0eaaf6f
  28. 13 May, 2013 1 commit
  29. 14 Apr, 2013 1 commit
  30. 29 Dec, 2012 1 commit
  31. 11 Dec, 2012 1 commit
  32. 07 Oct, 2012 1 commit