feat(chalice): fixed unkeyed connection issue
This commit is contained in:
parent
7ff01015ae
commit
2d54367bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class PostgresClient:
|
|||
else:
|
||||
raise error
|
||||
finally:
|
||||
if not self.long_query:
|
||||
if not self.long_query and not self.unlimited_query:
|
||||
postgreSQL_pool.putconn(self.connection)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue