summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/selectresults.py
Commit message (Expand)AuthorAgeFilesLines
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-28/+0
* Added EXT_CONTINUE and EXT_STOP for MapperExtensions; EXT_PASS is a synonym f...Jason Kirtland2007-08-011-1/+1
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-201/+17
* - small fix to SelectResultsExt to not bypass itself duringMike Bayer2007-04-301-1/+1
* integrated docutils formatting into generated documentation;Mike Bayer2007-03-171-4/+5
* - options() method on SelectResults now implemented "generatively"Mike Bayer2007-03-071-2/+4
* migrated (most) docstrings to pep-257 format, docstring generator using strai...Mike Bayer2007-02-251-52/+78
* - added options() method to SelectResults, equivalent to query.options() [tic...Mike Bayer2007-02-101-0/+8
* - added distinct() method to SelectResults. generally should only make a dif...Mike Bayer2007-02-051-0/+6
* - the "polymorphic_primaryjoin" again goes against the parent's non-polymorph...Mike Bayer2007-02-011-2/+2
* removed various print statementsMike Bayer2007-01-281-3/+0
* merged the polymorphic relationship refactoring branch in. i want to go furt...Mike Bayer2007-01-281-3/+9
* - merged loader_strategies branch into trunk.Mike Bayer2006-10-031-1/+1
* - specifying joins in the from_obj argument of query.select() willMike Bayer2006-09-271-6/+60
* - fix to using query.count() with distinct, **kwargs with SelectResultsMike Bayer2006-08-271-1/+1
* SelectResults will use a subselect, when calling an aggregate (i.e.Mike Bayer2006-08-111-5/+17
* _selectable interface; allows sqlsoup to pass its classes to Join and have th...Jonathan Ellis2006-07-211-1/+1
* fixed [ticket:200]Mike Bayer2006-06-071-1/+0
* selectresults docsMike Bayer2006-05-281-1/+20
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-0/+82