summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/visitors.py
Commit message (Expand)AuthorAgeFilesLines
...
* - simplified __create_lazy_clause to make better usage of the new local/remot...Mike Bayer2008-04-141-2/+1
* - merged -r4458:4466 of query_columns branchMike Bayer2008-04-071-1/+8
* - merged with_polymorphic branch, which was merged with query_columns branchMike Bayer2008-03-291-25/+12
* a few more tweaksMike Bayer2008-03-251-5/+3
* removed AbstractClauseProcessor, merged its copy-and-visit behavior into Clau...Mike Bayer2008-03-241-31/+113
* - more fixes to the LIMIT/OFFSET aliasing applied with Query + eagerloads,Mike Bayer2007-12-161-14/+11
* - all kinds of cleanup, tiny-to-slightly-significant speed improvementsMike Bayer2007-11-241-0/+12
* more changes to traverse-and-clone; a particular element will only be cloned ...Mike Bayer2007-11-081-3/+12
* - eager loading with LIMIT/OFFSET applied no longer adds the primaryMike Bayer2007-11-031-0/+8
* - rewritten ClauseAdapter merged from the eager_minus_join branch; this is a ...Mike Bayer2007-11-031-10/+6
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-0/+87