]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added additional error message to is_disconnect() for Firebird dialects
authorlukens <lukens@me.com>
Thu, 10 Oct 2019 16:06:15 +0000 (12:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Oct 2019 14:40:46 +0000 (10:40 -0400)
commit98a72709b0e8e48cb8e1ac0bc959ab88e03d7815
treed3033b2c29e21603ac211d63eee0f8a26cbef838
parent3787de9d6b9f930f4eb8d222d5a6ca69350e35d8
added additional error message to is_disconnect() for Firebird dialects

Added additional "disconnect" message "Error writing data to the
connection" to Firebird disconnection detection.  Pull request courtesy
lukens.

Fixes: #4903
Closes: #4904
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/4904
Pull-request-sha: c56d7c4abf6b6c8263efaf070b4e7a319e12a875

Change-Id: Ib70c20c616e7519b933fee587a3b3e8dbb4c2f81
(cherry picked from commit 31e3fc94ad268cf762f564209113d66221b04b42)
doc/build/changelog/unreleased_13/4903.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/firebird/kinterbasdb.py