Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Bug fixes #135

Merged
merged 3 commits into from
Nov 30, 2015
Merged

Bug fixes #135

merged 3 commits into from
Nov 30, 2015

Conversation

haizaar
Copy link
Collaborator

@haizaar haizaar commented Nov 30, 2015

No description provided.

Things like `cursor.execute` can throw not only `psycopg2.Error`
exeception and their derivatives, but also standard Python errors
like `IndexError` bacause badly formatted SQL. In the latter case,
after such exception the connection became stale (i.e. forever-busy)
in the Pool.
haizaar added a commit that referenced this pull request Nov 30, 2015
@haizaar haizaar merged commit 2db55c5 into FSX:master Nov 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant