| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Merged 0.5's declarative behavior such that all | Mike Bayer | 2008-07-09 | 1 | -0/+3 |
| * | back-merged current 0.4 trunk into rel_0_4 branch, which will become the 0.4 ... | Mike Bayer | 2008-05-09 | 8 | -224/+762 |
| * | Really finish proxied list methods. Either these last couple (count, remove, ... | Jason Kirtland | 2007-07-25 | 1 | -5/+56 |
| * | add __repr__ for engine, metadata, sqlsoup | Jonathan Ellis | 2007-07-25 | 1 | -0/+3 |
| * | - deprecated scalar=True argument on select(). its replaced | Mike Bayer | 2007-07-24 | 1 | -5/+3 |
| * | dont clobber existing methodnames, [ticket:596] | Mike Bayer | 2007-07-20 | 1 | -2/+5 |
| * | changed assignmapper API per [ticket:636] | Mike Bayer | 2007-07-20 | 1 | -30/+26 |
| * | Remove unused imports, typo and light formatting tweaks. | Jason Kirtland | 2007-07-19 | 2 | -4/+2 |
| * | .pop() on association proxies is no longer problematic with 0.4 collections. | Jason Kirtland | 2007-07-18 | 1 | -0/+3 |
| * | removed some remaining "connectable"/"bind_to" keywords | Mike Bayer | 2007-07-16 | 1 | -2/+2 |
| * | - merged trunk r2880-r2901 (slightly manually for 2900-2901) | Mike Bayer | 2007-07-14 | 1 | -2/+3 |
| * | - renamed DynamicMetaData to ThreadLocalMetaData | Jason Kirtland | 2007-07-06 | 2 | -4/+4 |
| * | Fix up extensions in wake of r2852 mapper.props change | Jason Kirtland | 2007-07-05 | 2 | -6/+7 |
| * | - added NullType to export list | Mike Bayer | 2007-07-03 | 1 | -1/+1 |
| * | Unused import. | Jason Kirtland | 2007-06-28 | 1 | -1/+0 |
| * | - Replaced collection api: The "InstrumentedList" proxy is replaced with | Jason Kirtland | 2007-06-27 | 1 | -19/+4 |
| * | merged trunk r2755-r2778 | Mike Bayer | 2007-06-24 | 1 | -1/+1 |
| * | - merge of generative_sql branch | Mike Bayer | 2007-06-24 | 1 | -1/+1 |
| * | - Added missing orm import | Jason Kirtland | 2007-06-22 | 1 | -2/+2 |
| * | - merged trunk r2730-r2755 | Mike Bayer | 2007-06-20 | 1 | -1/+1 |
| * | - merged trunk 2629-2730 | Mike Bayer | 2007-06-14 | 2 | -23/+48 |
| * | merge 2684-2686 from trunk | Jonathan Ellis | 2007-06-12 | 1 | -12/+28 |
| * | - moved another chunk of mapper.py tests to query.py test suite | Mike Bayer | 2007-06-05 | 4 | -318/+22 |
| * | - interfaces lib in docstrings | Mike Bayer | 2007-06-04 | 1 | -1/+1 |
| * | - removed cascade_mappers(). long overdue. | Mike Bayer | 2007-06-02 | 2 | -3/+3 |
| * | - most of the __init__ decoration has been removed from mapper, save for | Mike Bayer | 2007-05-27 | 2 | -7/+26 |
| * | 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 |