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