| Commit message (Expand) | Author | Age | Files | Lines |
| * | - the full featureset of the SelectResults extension has been merged | Mike Bayer | 2007-03-10 | 1 | -0/+1 |
| * | - options() method on SelectResults now implemented "generatively" | Mike Bayer | 2007-03-07 | 1 | -2/+4 |
| * | migrated (most) docstrings to pep-257 format, docstring generator using strai... | Mike Bayer | 2007-02-25 | 5 | -187/+314 |
| * | - added selectfirst(), selectfirst_by() to assign_mapper [ticket:467] | Mike Bayer | 2007-02-22 | 1 | -1/+1 |
| * | - added options() method to SelectResults, equivalent to query.options() [tic... | Mike Bayer | 2007-02-10 | 1 | -0/+8 |
| * | - implemented foreign_keys argument on relation() [ticket:385] | Mike Bayer | 2007-02-10 | 1 | -1/+1 |
| * | - added optional __table_opts__ dictionary to ActiveMapper, will send kw opti... | Mike Bayer | 2007-02-07 | 1 | -2/+6 |
| * | - added distinct() method to SelectResults. generally should only make a dif... | Mike Bayer | 2007-02-05 | 1 | -0/+6 |
| * | added 'ascii' as default encoding in case getdefaultlocale()[1] comes up with... | Mike Bayer | 2007-02-04 | 1 | -1/+1 |
| * | - the "polymorphic_primaryjoin" again goes against the parent's non-polymorph... | Mike Bayer | 2007-02-01 | 1 | -2/+2 |
| * | further work on insuring clear_mappers() really works. assignmapper identified | Mike Bayer | 2007-01-30 | 1 | -0/+1 |
| * | removed various print statements | Mike Bayer | 2007-01-28 | 1 | -3/+0 |
| * | merged the polymorphic relationship refactoring branch in. i want to go furt... | Mike Bayer | 2007-01-28 | 1 | -3/+9 |
| * | justify text | Jonathan Ellis | 2007-01-23 | 1 | -8/+9 |
| * | add example of joining to labeled table | Jonathan Ellis | 2007-01-23 | 1 | -1/+10 |
| * | split out SelectableClassType from TableClassType, so we don't have to do an ... | Jonathan Ellis | 2007-01-23 | 1 | -17/+37 |
| * | added "instances" to assign_mapper funcs [ticket:433] | Mike Bayer | 2007-01-23 | 1 | -2/+2 |
| * | - added "validate=False" argument to assign_mapper, if True will insure that ... | Mike Bayer | 2007-01-20 | 1 | -1/+5 |
| * | document "Accessing the Session" | Jonathan Ellis | 2007-01-17 | 1 | -1/+16 |
| * | added "options" to exported query API | Mike Bayer | 2007-01-16 | 1 | -1/+1 |
| * | - cleanup on some instance vars in Select (is_scalar, is_subquery, _froms is ... | Mike Bayer | 2006-11-25 | 1 | -3/+1 |
| * | added mapper return value to assign_mapper | Mike Bayer | 2006-11-24 | 1 | -0/+1 |
| * | patched **kwargs enhancement for [ticket:361] | Mike Bayer | 2006-11-10 | 1 | -5/+5 |
| * | - added an assertion within the "cascade" step of ORM relationships to check | Mike Bayer | 2006-11-03 | 1 | -0/+96 |
| * | link to SqlSoup docs on the wiki | Jonathan Ellis | 2006-11-01 | 1 | -2/+2 |
| * | raise InvalidRequest when asked to perform DDL on non-Tables | Jonathan Ellis | 2006-10-31 | 1 | -2/+15 |
| * | smarter name generation (handles self-referencing Select); new example of usi... | Jonathan Ellis | 2006-10-31 | 1 | -10/+32 |
| * | add join explanation for myisam | Jonathan Ellis | 2006-10-24 | 1 | -4/+11 |
| * | fully reST-ify doctests | Jonathan Ellis | 2006-10-23 | 1 | -2/+18 |
| * | - docstring on polymorphic_mapping | Mike Bayer | 2006-10-21 | 1 | -4/+13 |
| * | reorganizing classnames a bit, flagging "private" classes in the sql package, | Mike Bayer | 2006-10-17 | 3 | -7/+11 |
| * | add compound-where example | Jonathan Ellis | 2006-10-05 | 1 | -2/+9 |
| * | r/m sqlsoup.NoSuchTableError (SA proper takes care of that now) | Jonathan Ellis | 2006-10-04 | 1 | -4/+18 |
| * | - merged loader_strategies branch into trunk. | Mike Bayer | 2006-10-03 | 1 | -1/+1 |
| * | - specifying joins in the from_obj argument of query.select() will | Mike Bayer | 2006-09-27 | 1 | -6/+60 |
| * | - fix to using query.count() with distinct, **kwargs with SelectResults | Mike Bayer | 2006-08-27 | 1 | -1/+1 |
| * | some fixes to sqlite datetime organization, was improperly reflecting | Mike Bayer | 2006-08-12 | 1 | -1/+1 |
| * | SelectResults will use a subselect, when calling an aggregate (i.e. | Mike Bayer | 2006-08-11 | 1 | -5/+17 |
| * | r/m _reset method | Jonathan Ellis | 2006-08-01 | 1 | -10/+6 |
| * | expand explanation of Query methods | Jonathan Ellis | 2006-08-01 | 1 | -5/+26 |
| * | add update method | Jonathan Ellis | 2006-07-31 | 1 | -3/+9 |
| * | doc update | Jonathan Ellis | 2006-07-30 | 1 | -2/+7 |
| * | auto-execute delete stmts | Jonathan Ellis | 2006-07-30 | 1 | -3/+3 |
| * | add mappedtable.delete support | Jonathan Ellis | 2006-07-30 | 1 | -1/+13 |
| * | soup.engine property | Jonathan Ellis | 2006-07-29 | 1 | -1/+19 |
| * | with_labels support | Jonathan Ellis | 2006-07-24 | 1 | -5/+14 |
| * | fix outdated link into SA docs for Query objects | Jonathan Ellis | 2006-07-23 | 1 | -3/+3 |
| * | de-tabbify | Jonathan Ellis | 2006-07-23 | 1 | -33/+37 |
| * | ReST-ify docstring | Jonathan Ellis | 2006-07-23 | 1 | -35/+50 |
| * | small join api change | Jonathan Ellis | 2006-07-22 | 1 | -39/+24 |