]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed regression where new methods on :class:`.ResultProxy` used
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Jul 2015 20:32:31 +0000 (16:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 19 Jul 2015 20:32:31 +0000 (16:32 -0400)
commitddad19052965b4f1ed75ad0eb33217da18aa81e4
tree77a0c6f3c2d4fda70cef6850ffa9d564156014cc
parentc00ef11a0c1472f7469fcbadf42e7117bd6869d4
- Fixed regression where new methods on :class:`.ResultProxy` used
by the ORM :class:`.Query` object (part of the performance
enhancements of :ticket:`3175`) would not raise the "this result
does not return rows" exception in the case where the driver
(typically MySQL) fails to generate cursor.description correctly;
an AttributeError against NoneType would be raised instead.
fixes #3481
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/engine/result.py
test/sql/test_query.py