1. 31 Jul, 2014 1 commit
  2. 27 Jul, 2014 2 commits
  3. 22 Jul, 2014 1 commit
  4. 21 Jul, 2014 1 commit
  5. 30 Jun, 2014 20 commits
  6. 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
  7. 13 May, 2014 6 commits
  8. 09 May, 2014 2 commits
  9. 08 May, 2014 1 commit
  10. 05 May, 2014 5 commits