[Sqlalchemy-commits] commit/sqlalchemy: 7 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-05-30 16:02:17
|
7 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7ee8cd8f5ea6/ Changeset: 7ee8cd8f5ea6 Branch: None User: Dirk Mueller Date: 2014-05-11 18:15:16 Summary: Another Variant for detecting if a connection is closed If there is a closed attribute on the connection and it is true, return true. Implements a todo in the code and helps in one specific disconnect case where it previously did not match because the error message was "unknown error". Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/4eb855657a31/ Changeset: 4eb855657a31 Branch: None User: zzzeek Date: 2014-05-30 17:53:46 Summary: Merge branch 'psycopg_disconnect' of https://github.com/dirkmueller/sqlalchemy Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/860b413ade32/ Changeset: 860b413ade32 Branch: None User: zzzeek Date: 2014-05-30 17:56:19 Summary: - 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 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/49c667e27dc6/ Changeset: 49c667e27dc6 Branch: None User: zzzeek Date: 2014-05-30 18:00:05 Summary: update comments Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/939cb91667c4/ Changeset: 939cb91667c4 Branch: None User: Dirk Mueller Date: 2014-05-30 18:00:37 Summary: Another Variant for detecting if a connection is closed If there is a closed attribute on the connection and it is true, return true. Implements a todo in the code and helps in one specific disconnect case where it previously did not match because the error message was "unknown error". Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ef7b1c4c0a9e/ Changeset: ef7b1c4c0a9e Branch: None User: zzzeek Date: 2014-05-30 18:01:07 Summary: - 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 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/083097322d4f/ Changeset: 083097322d4f Branch: rel_0_9 User: zzzeek Date: 2014-05-30 18:01:07 Summary: update comments Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |