1. 18 Jan, 2017 1 commit
  2. 30 Jun, 2016 1 commit
  3. 15 Mar, 2016 1 commit
  4. 10 Jan, 2016 1 commit
  5. 17 Oct, 2015 1 commit
  6. 03 May, 2015 1 commit
    • Ryan Weaver's avatar
      Updating test to verify that the wrapped connection is set to null on close (not unset) · 9d8be7b1
      Ryan Weaver authored
      This mocks connect(), sets the internal _conn to an object, then calls close, which
      should re-set _conn back to null. The getWrappedConnection() call gives us access
      to _conn, but does NOT trigger a re-connect, since we mocked connect() to do nothing.
      Ultimately, if _conn is unset, calling getWrappedConnection() will error. If _conn
      is not set to null, the test will fail. This tests all the cases.
      9d8be7b1
  7. 08 Apr, 2015 1 commit
  8. 20 Mar, 2015 1 commit
  9. 04 Mar, 2015 1 commit
  10. 23 Jan, 2015 1 commit
  11. 18 Jan, 2015 1 commit
  12. 11 Nov, 2014 1 commit
  13. 07 Nov, 2014 1 commit
  14. 22 Oct, 2014 1 commit
  15. 21 Oct, 2014 2 commits
  16. 16 Oct, 2014 1 commit
  17. 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
  18. 02 May, 2014 1 commit
  19. 01 May, 2014 1 commit
  20. 12 Feb, 2014 1 commit
  21. 05 Jan, 2014 1 commit
  22. 26 Nov, 2013 2 commits
  23. 10 Nov, 2013 2 commits
  24. 09 Nov, 2013 1 commit
  25. 25 Jul, 2012 1 commit
  26. 19 Dec, 2011 1 commit
  27. 07 Dec, 2011 1 commit
  28. 19 Feb, 2011 1 commit
  29. 20 Jun, 2010 1 commit
  30. 15 May, 2010 1 commit
  31. 31 Jan, 2010 1 commit
  32. 14 Jul, 2009 1 commit