| Commit message (Expand) | Author | Age | Files | Lines |
| * | Small change in ActiveMapper to make it work with Python 2.3 | Paul Johnston | 2007-09-04 | 1 | -1/+2 |
| * | - the various "engine" arguments, such as "engine", "connectable", | Mike Bayer | 2007-07-12 | 1 | -2/+3 |
| * | - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData instead | Jason Kirtland | 2007-07-06 | 2 | -4/+4 |
| * | - forwards-compatibility with 0.4: added one(), first(), and | Mike Bayer | 2007-06-20 | 1 | -1/+1 |
| * | - Fixed typo blocking some assoc proxy dict assignments, added test | Jason Kirtland | 2007-06-16 | 1 | -1/+1 |
| * | - Iteration over dict association proxies is now dict-like, not | Jason Kirtland | 2007-06-14 | 2 | -23/+48 |
| * | - added filter(), filter_by() to assignmapper | Mike Bayer | 2007-06-02 | 1 | -1/+1 |
| * | add a couple expository notes to docs; fix a couple rst buglets. use modern ... | Jonathan Ellis | 2007-06-01 | 1 | -12/+28 |
| * | Oops, Python 2.5 ternary operator snuck in. | Jason Kirtland | 2007-05-03 | 1 | -3/+12 |
| * | - Test assoc proxy lazy loads, fixed __set__ race on single scalar assocs | Jason Kirtland | 2007-05-03 | 1 | -1/+6 |
| * | - New association proxy implementation, implementing complete proxies to list... | Jason Kirtland | 2007-05-03 | 1 | -80/+584 |
| * | - added sqlalchemy.ext.orderinglist, a custom list class that synchronizes an... | Jason Kirtland | 2007-05-02 | 1 | -0/+181 |
| * | - small fix to SelectResultsExt to not bypass itself during | Mike Bayer | 2007-04-30 | 1 | -1/+1 |
| * | correct typo-equivalent mistakes in some comments/docstrings | Gaƫtan de Menten | 2007-04-27 | 1 | -1/+1 |
| * | wrap __name__ settings in a try/except for 2.3 compat | Mike Bayer | 2007-04-25 | 1 | -2/+8 |
| * | - assign_mapper names methods according to their keys (i.e. __name__) | Mike Bayer | 2007-04-24 | 1 | -0/+2 |
| * | - big fix to AssociationProxy so that multiple AssociationProxy | Mike Bayer | 2007-04-23 | 1 | -2/+3 |
| * | - column label and bind param "truncation" also generate | Mike Bayer | 2007-03-28 | 1 | -2/+2 |
| * | integrated docutils formatting into generated documentation; | Mike Bayer | 2007-03-17 | 1 | -4/+5 |
| * | - 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 |