Преглед на файлове

Try handling unclosed sql connections by calling dispose on the engine before it is put back into the pool.

ogert преди 5 години
родител
ревизия
3f6c3ccd00
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      cdplib/db_handlers/SQLHandler.py

+ 0 - 1
cdplib/db_handlers/SQLHandler.py

@@ -48,7 +48,6 @@ class SQLHandler:
     closing of a database connection,
      this avoids errors when parallelizing with multiprocessing.
     '''
-    pass
     def __init__(self, db_uri: str = None,
                  is_case_insensitive: bool = False):
         '''