| Commit message (Expand) | Author | Age | Files | Lines |
* | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -72/+0 |
* | - Added PendingDeprecationWarning support | Jason Kirtland | 2008-03-29 | 1 | -1/+1 |
* | test suite deprecation rampage | Jason Kirtland | 2008-01-09 | 1 | -12/+19 |
* | - sessionmaker module is out, replaced with simple function in session.py | Mike Bayer | 2007-08-02 | 1 | -0/+1 |
* | - restored old assign_mapper monkey patched query methods but with two diffe... | Gaƫtan de Menten | 2007-07-31 | 1 | -2/+16 |
* | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -30/+29 |
* | - forwards-compatibility with 0.4: added one(), first(), and | Mike Bayer | 2007-06-20 | 1 | -1/+1 |
* | - added filter(), filter_by() to assignmapper | Mike Bayer | 2007-06-02 | 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 |
* | - the full featureset of the SelectResults extension has been merged | Mike Bayer | 2007-03-10 | 1 | -0/+1 |
* | - added selectfirst(), selectfirst_by() to assign_mapper [ticket:467] | Mike Bayer | 2007-02-22 | 1 | -1/+1 |
* | further work on insuring clear_mappers() really works. assignmapper identified | Mike Bayer | 2007-01-30 | 1 | -0/+1 |
* | 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 |
* | added "options" to exported query API | Mike Bayer | 2007-01-16 | 1 | -1/+1 |
* | added mapper return value to assign_mapper | Mike Bayer | 2006-11-24 | 1 | -0/+1 |
* | reorganizing classnames a bit, flagging "private" classes in the sql package, | Mike Bayer | 2006-10-17 | 1 | -2/+2 |
* | assignmapper was setting is_primary=True, causing all sorts of mayhem | Mike Bayer | 2006-07-20 | 1 | -1/+0 |
* | added count/count_by to assignmapper, plus a test in activemapper to try it out | Mike Bayer | 2006-07-13 | 1 | -1/+1 |
* | Replaced tab spacing with plain spaces. | sean | 2006-06-21 | 1 | -3/+3 |
* | doc updates, added 'save' method to assignmapper | Mike Bayer | 2006-05-27 | 1 | -1/+1 |
* | added 0.1.7 changes to changelog | Mike Bayer | 2006-05-25 | 1 | -0/+3 |
* | merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 | Mike Bayer | 2006-05-25 | 1 | -0/+34 |