]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- setting the relation()-level order by to a column in the
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Feb 2008 21:54:40 +0000 (21:54 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Feb 2008 21:54:40 +0000 (21:54 +0000)
commitbda6f1e06ff3a7d63675833d9bb0d52e82852836
tree927a362afb2f6dc37275a1b933339fefe7369688
parent76e9f646b159c65ddba9ba523bdf8043208bd7cb
- setting the relation()-level order by to a column in the
many-to-many "secondary" table will now work with eager
loading, previously the "order by" wasn't aliased against
the secondary table's alias.
CHANGES
lib/sqlalchemy/orm/util.py
test/orm/eager_relations.py