remove __del__ from DBProxy; call dispose() on all the pools when dispose() is called

Issue #2609 new
Mike Bayer repo owner created an issue

No description provided.

Comments (3)

  1. Carl Meyer

    DBProxy.dispose() actually should only call dispose() on a single pool (it takes connection args to identify the pool). DBProxy.close() needs to call dispose() on all pools (and that will also fix clear_managers()).

  2. Log in to comment