Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Aug 16, 2004
  2. Aug 15, 2004
  3. Aug 13, 2004
  4. Aug 12, 2004
  5. Aug 11, 2004
  6. Aug 10, 2004
  7. Aug 09, 2004
  8. Aug 06, 2004
  9. Aug 05, 2004
    • Jessica Severin's avatar
      restructured connect and disconnect calls: · e2bc6303
      Jessica Severin authored
      * DBConnection now does a lazy connect (doesn't connect until first access to prepare, do, or db_handle methods).
      * disconnect_if_idle can now be called by user processes and DBConnection will reconnect when needed.
      * Reconnection is linked to db_handle method.  connect method will now only connect when needed.
      * StatementHandle::DESTROY now calls DBConnection::disconnect_if_idle to disconnect so disconnect logic is consolidated in one place.
      * New method ->connected : returns boolean as to connection state
      * New Method ->disconnect_count : returns number of disconnect cycles DBConnection has gone through
      * db_handle is now fork safe
      * reduced number of db_handle->ping operations
      e2bc6303
    • Abel Ureta-Vidal's avatar
    • Ian Longden's avatar
      get_all_db fix · 36da09d0
      Ian Longden authored
      36da09d0
    • Ian Longden's avatar
      SNP fix · a56d25b8
      Ian Longden authored
      a56d25b8
  10. Aug 04, 2004
  11. Aug 03, 2004