예제 #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
 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)