1. 11 Sep, 2019 1 commit
  2. 10 Sep, 2019 4 commits
  3. 09 Sep, 2019 17 commits
  4. 06 Sep, 2019 7 commits
  5. 05 Sep, 2019 5 commits
  6. 04 Sep, 2019 1 commit
  7. 03 Sep, 2019 2 commits
  8. 01 Sep, 2019 2 commits
  9. 30 Aug, 2019 1 commit
    • Vincent Pelletier's avatar
      ZMySQLDA.db: Close any replaced connection on reconnection. · 604e3ff3
      Vincent Pelletier authored
      MySQLdb relies on garbage collection to close the connection. Relying
      on such asynchronous event as the garbage collector is never a good idea,
      and this can cause issues when the transaction associated with the
      connection is started: because the connector is being replaced, it will
      never be properly aborted. So do not take chances and do not leak open
      connections: always close it.
      604e3ff3