summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2007-03-14 23:48:07 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2007-03-14 23:48:07 +0000
commita5bf257126f709b6d6cf55ce5b38e209f09d689c (patch)
treedc863f51855d623dcf713d9029c402165f4fc521 /lib/sqlalchemy/databases
parent485fb57fc7fedc423bb4dc6f998e80b14382a42a (diff)
downloadsqlalchemy-a5bf257126f709b6d6cf55ce5b38e209f09d689c.tar.gz
- eager loading will not "aliasize" "order by" clauses that were placed
in the select statement by something other than the eager loader itself, to fix possibility of dupe columns as illustrated in [ticket:495]. however, this means you have to be more careful with the columns placed in the "order by" of Query.select(), that you have explicitly named them in your criterion (i.e. you cant rely on the eager loader adding them in for you) - query._join_to (which powers join, join_via, etc) properly takes secondary table into account when constructing joins
Diffstat (limited to 'lib/sqlalchemy/databases')
0 files changed, 0 insertions, 0 deletions