| Commit message (Expand) | Author | Age | Files | Lines |
| * | Assorted unused imports from pyflakes, docstring tweaks, formatting. | Jason Kirtland | 2007-10-13 | 1 | -1/+0 |
| * | Make ActiveMapper use scoped_session instead of SessionContext | Paul Johnston | 2007-10-12 | 1 | -19/+6 |
| * | Doc updates. | Jason Kirtland | 2007-09-07 | 1 | -31/+97 |
| * | Small change in ActiveMapper to make it work with Python 2.3 | Paul Johnston | 2007-09-04 | 1 | -1/+2 |
| * | Expand custom assocproxy getter/setter support to scalar proxies | Jason Kirtland | 2007-08-23 | 1 | -2/+13 |
| * | Allow custom getter/setters to be specified for a standard AssociationProxy | Jason Kirtland | 2007-08-23 | 1 | -7/+29 |
| * | `from foo import (name, name)` isn't valid syntax for 2.3. ah well. | Jason Kirtland | 2007-08-21 | 1 | -0/+1 |
| * | ReST docstring fix | Jason Kirtland | 2007-08-19 | 1 | -1/+1 |
| * | 1. Module layout. sql.py and related move into a package called "sql". | Mike Bayer | 2007-08-18 | 1 | -3/+3 |
| * | update activemapper backrefs for r3340 | Jason Kirtland | 2007-08-17 | 1 | -1/+2 |
| * | fix url for 04 docs | Jonathan Ellis | 2007-08-08 | 1 | -1/+1 |
| * | update SS docs to 0.4 | Jonathan Ellis | 2007-08-08 | 1 | -52/+35 |
| * | - sessionmaker module is out, replaced with simple function in session.py | Mike Bayer | 2007-08-02 | 2 | -50/+18 |
| * | - SessionContext and assignmapper are deprecated | Mike Bayer | 2007-08-01 | 1 | -2/+3 |
| * | Added EXT_CONTINUE and EXT_STOP for MapperExtensions; EXT_PASS is a synonym f... | Jason Kirtland | 2007-08-01 | 2 | -4/+4 |
| * | - 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 | 7 | -385/+145 |
| * | - 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 |