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