]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added exception wrapping/reconnect support to result set
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Feb 2008 18:32:11 +0000 (18:32 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Feb 2008 18:32:11 +0000 (18:32 +0000)
commit47418e0f87cb432e0d813c7c30e43822fa479e9e
tree8518b7a0a7c97679e34c280b06f3bbd26ae35baa
parent98d54ac067b4b9ddd6adb73468ea3f2d9d9b87ee
- added exception wrapping/reconnect support to result set
fetching.  Reconnect works for those databases that
raise a catchable data error during results
(i.e. doesn't work on MySQL) [ticket:978]
CHANGES
lib/sqlalchemy/databases/postgres.py
lib/sqlalchemy/engine/base.py
test/engine/reconnect.py