コード例 #1
0
ファイル: db.py プロジェクト: Tuitoek/Taskmanager
 def close(self):
     # FIXME: if this connection is closed we flush all the pool associated
     # with the current DSN; does this makes sense?
     pool.flushpool(self.dsn)
コード例 #2
0
ファイル: db.py プロジェクト: belonesox/dbexplorer_pgsql
 def close(self):
     # FIXME: if this connection is closed we flush all the pool associated
     # with the current DSN; does this makes sense?
     pool.flushpool(self.dsn)