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