1. 19 Aug, 2014 2 commits
  2. 18 Aug, 2014 4 commits
  3. 12 Aug, 2014 1 commit
    • Adrien Crivelli's avatar
      Deactivate partial index support for Sqlite · 8feb89be
      Adrien Crivelli authored
      While technically it could work, the schema introspection of Sqlite
      platform has severe flaws preventing us to provide reliable support
      of partial (and non-partial) indexes for the moment.
      8feb89be
  4. 11 Aug, 2014 1 commit
  5. 31 Jul, 2014 1 commit
  6. 27 Jul, 2014 2 commits
  7. 22 Jul, 2014 3 commits
  8. 21 Jul, 2014 1 commit
  9. 30 Jun, 2014 20 commits
  10. 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
  11. 13 May, 2014 4 commits