| Commit message (Expand) | Author | Age | Files | Lines |
| * | test suite deprecation rampage | Jason Kirtland | 2008-01-09 | 1 | -12/+19 |
| * | More overloads: fix cascades for += on a list relation, added operator suppor... | Jason Kirtland | 2008-01-05 | 1 | -0/+31 |
| * | Fixed in-place set mutation operator support [ticket:920] | Jason Kirtland | 2008-01-04 | 1 | -6/+39 |
| * | cut down a good deal of Join construction overhead | Mike Bayer | 2007-11-18 | 1 | -2/+2 |
| * | - Removed equality, truth and hash() testing of mapped instances. Mapped | Jason Kirtland | 2007-11-03 | 1 | -0/+3 |
| * | - Removed unused util.hash() | Jason Kirtland | 2007-10-31 | 1 | -15/+15 |
| * | Make ActiveMapper support viewonly property | Paul Johnston | 2007-10-17 | 1 | -11/+10 |
| * | 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 |