]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed the interaction between composite attributes and
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Jun 2013 17:45:19 +0000 (13:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Jun 2013 17:50:56 +0000 (13:50 -0400)
commit6d0b2f34d2b829d92e173cb5e3cb0c941586759e
treee3a05c260433cca08bcaffd34cec4d9db18beb59
parent0deebb51c8a06c637c961b4203a18e4566b0e8d9
Fixed the interaction between composite attributes and
the :func:`.aliased` function.  Previously, composite attributes
wouldn't work correctly in comparison operations when aliasing
was applied.  Also in 0.8.2. [ticket:2755]

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