]> 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:45:19 +0000 (13:45 -0400)
commitb614a24c5ddf4c7c7aa45e1eaeb3f82e36737729
tree95c31f73e46603c154124f7c69d2a2cb7943157a
parent1652491cc6ef44c803e58c0d842818ab7310f498
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]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/descriptor_props.py
lib/sqlalchemy/orm/util.py
test/orm/test_composites.py