]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
With pg8000-1.9.13 passes engine/test_reconnect
authorTony Locke <tlocke@tlocke.org.uk>
Sat, 26 Jul 2014 15:19:09 +0000 (16:19 +0100)
committerTony Locke <tlocke@tlocke.org.uk>
Sat, 2 Aug 2014 14:29:36 +0000 (15:29 +0100)
commitc2a00153f1a8d4591de6ebe4f75e8595d7193226
treee1f8d5ec2496b26de4a9af855bae53afa4351d9e
parent32165f50209036a98959553e1c5e81537a091a15
With pg8000-1.9.13 passes engine/test_reconnect

The pg8000 dialect checks the text of the exception to determine if the
connection is closed. I'd (recklessly!) changed the text of the
exception in a recent version of the pg8000 driver adding capitalization
and a full stop. I've changed it back now so all works.
test/requirements.py