]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- :func:`.composite` will raise an informative error message when the
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Dec 2013 18:30:16 +0000 (13:30 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 12 Dec 2013 18:30:16 +0000 (13:30 -0500)
commitf244287f46476f3b111a2495ce4207530f4b51d8
tree0c3fe6631e429774fbe5856f4816d8ade9640519
parentace7bdbc78571619cb103d57a188fbe6aa92b627
- :func:`.composite` will raise an informative error message when the
columns/attribute (names) passed don't resolve to a Column or mapped
attribute (such as an erroneous tuple); previously raised an unbound
local. [ticket:2889]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/descriptor_props.py
test/orm/test_composites.py