]> 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:32:57 +0000 (13:32 -0500)
commit730f585dc6878f4ab5575f847bac0d29f02686f2
treeff52c43fac86d963e4a6566fb871750c8c161b3a
parent69154698d20d1c15cee83990ec719d1deaf193ae
- :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]

Conflicts:
test/orm/test_composites.py
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/descriptor_props.py
test/orm/test_composites.py