]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add ssl "operation timed out" message for psycopg2
authorAndré Cruz <andre@cabine.org>
Thu, 15 Feb 2018 16:09:47 +0000 (11:09 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Feb 2018 17:46:02 +0000 (12:46 -0500)
commit2f03ec08b5a1c633133c0a38d82b05eb83708f69
treed9d64b5ea58ac060fb9cf028679518b89acad9cd
parent6c6a7720f221d255a9c8abaec24fc5272403019b
Add ssl "operation timed out" message for psycopg2

Added "SSL SYSCALL error: Operation timed out" to the list
of messages that trigger a "disconnect" scenario for the
psycopg2 driver.  Pull request courtesy André Cruz.

Change-Id: Ie1a8fc97e74b6906ccacf53dad70fed973c42b7f
Pull-request: https://bitbucket.org/zzzeek/sqlalchemy/pull-requests/3
doc/build/changelog/unreleased_11/pgssl_timeout.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/psycopg2.py