Merge pull request #657 from openreplay/api-v1.7.0_smtp_patch
feat(chalice): fixed unkeyed connection issue
This commit is contained in:
commit
34f98cb0ea
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