]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug whereby if a method name
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Feb 2012 22:28:20 +0000 (17:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Feb 2012 22:28:20 +0000 (17:28 -0500)
commitfdc92f0226779d608a5082e2f9009a332c142eb1
tree2d18123c41d5cb5c6cb3b4503402fc20fe524d80
parent345de2ee1dfb12c6314144c2b7ed6fb4a7a3cb7c
- [bug] Fixed bug whereby if a method name
conflicted with a column name, a
TypeError would be raised when the mapper
tried to inspect the __get__() method
on the method object.  [ticket:2352]
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/test_mapper.py