From 72dd48f772b9929050a19686b88352e452207a71 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 24 Sep 2019 08:02:02 +0800 Subject: [PATCH] 'bugfix' --- sqlor/dbpools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sqlor/dbpools.py b/sqlor/dbpools.py index 4a00c3e..636e953 100644 --- a/sqlor/dbpools.py +++ b/sqlor/dbpools.py @@ -154,7 +154,6 @@ class ConnectionPool(object): with await self.lock: lc = self.connectObject.get(conn,None) del self.connectObject[conn] - await lc.free(conn) await self._pool.put(lc) @SingletonDecorator