diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-30 11:56:19 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-05-30 11:56:19 -0400 |
| commit | 860b413ade325a490557e11e09ccdab6d83fb823 (patch) | |
| tree | c8412f5fa1c7efc92b4e15da5983b9b4d153418a /doc | |
| parent | 4eb855657a31909f2c39410e589936b1b451709d (diff) | |
| download | sqlalchemy-860b413ade325a490557e11e09ccdab6d83fb823.tar.gz | |
- The psycopg2 ``.closed`` accessor is now consulted when determining
if an exception is a "disconnect" error; ideally, this should remove
the need for any other inspection of the exception message to detect
disconnect, however we will leave those existing messages in place
as a fallback. This should be able to handle newer cases like
"SSL EOF" conditions. Pull request courtesy Dirk Mueller.
fixes #3021
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index e21117f02..9eb43a367 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,19 @@ :version: 0.9.5 .. change:: + :tags: bug, postgresql + :tickets: 3021 + :versions: 1.0.0 + :pullreq: github:87 + + The psycopg2 ``.closed`` accessor is now consulted when determining + if an exception is a "disconnect" error; ideally, this should remove + the need for any other inspection of the exception message to detect + disconnect, however we will leave those existing messages in place + as a fallback. This should be able to handle newer cases like + "SSL EOF" conditions. Pull request courtesy Dirk Mueller. + + .. change:: :tags: bug, orm :tickets: 3060 :versions: 1.0.0 |
