1. 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
  2. 19 Jun, 2014 2 commits
  3. 04 Jun, 2014 4 commits
  4. 21 May, 2014 2 commits
  5. 16 May, 2014 4 commits
  6. 13 May, 2014 23 commits
  7. 09 May, 2014 4 commits