| Commit message (Expand) | Author | Age | Files | Lines |
| * | - renamed query.slice_() to query.slice() | Mike Bayer | 2008-05-13 | 1 | -69/+83 |
| * | Removed declared_synonym(), pep-8 clean ups. | Jason Kirtland | 2008-05-13 | 1 | -78/+82 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 8 | -489/+96 |
| * | Adjusted inplace-binops on set-based collections and association proxies to | Jason Kirtland | 2008-05-05 | 1 | -8/+10 |
| * | - Backported attribute sweep removal (instrumentation) and r4493 from 0.5 | Jason Kirtland | 2008-05-02 | 1 | -2/+7 |
| * | - factored out the logic used by Join to create its join condition | Mike Bayer | 2008-05-02 | 1 | -1/+8 |
| * | - Refresh the cached proxy if the cache was built for a different instance. | Jason Kirtland | 2008-04-29 | 1 | -4/+9 |
| * | more declarative doc updates | Mike Bayer | 2008-04-28 | 1 | -12/+28 |
| * | fix docs for declarative | Mike Bayer | 2008-04-27 | 1 | -3/+12 |
| * | - Assorted flakes. | Jason Kirtland | 2008-04-02 | 1 | -2/+2 |
| * | - Added PendingDeprecationWarning support | Jason Kirtland | 2008-03-29 | 2 | -4/+3 |
| * | - declarative_base() takes optional kwarg "mapper", which | Mike Bayer | 2008-03-29 | 1 | -5/+12 |
| * | added nicer error message to dependent class not found | Mike Bayer | 2008-03-22 | 1 | -2/+5 |
| * | - inheritance in declarative can be disabled when sending | Mike Bayer | 2008-03-22 | 1 | -4/+6 |
| * | typo | Gaƫtan de Menten | 2008-03-19 | 1 | -1/+1 |
| * | - added support for declarative deferred(Column(...)) | Mike Bayer | 2008-03-18 | 1 | -9/+14 |
| * | - reST fixes | Jason Kirtland | 2008-03-18 | 1 | -2/+2 |
| * | - Start coverage for Class.prop = Column(), promote nameless Columns | Jason Kirtland | 2008-03-18 | 1 | -74/+92 |
| * | - Declarative will complete setup for Columns lacking names, allows | Jason Kirtland | 2008-03-18 | 1 | -4/+12 |
| * | - Declarative gains @synonym_for and @comparable_using decorators | Jason Kirtland | 2008-03-17 | 1 | -3/+47 |
| * | Issue a warning when a declarative detects a likely trailing comma: foo = Col... | Jason Kirtland | 2008-03-15 | 1 | -0/+6 |
| * | - the "synonym" function is now directly usable with | Mike Bayer | 2008-03-15 | 1 | -28/+12 |
| * | add relate(), entity() methods | Jonathan Ellis | 2008-03-12 | 1 | -3/+41 |
| * | eh, that __autoload_with__ idea was half baked. | Jason Kirtland | 2008-03-10 | 1 | -3/+1 |
| * | - Added __autoload__ = True for declarative | Jason Kirtland | 2008-03-10 | 1 | -1/+11 |
| * | removed the "__main__" code from below | Mike Bayer | 2008-03-10 | 1 | -82/+0 |
| * | - a new super-small "declarative" extension has been added, | Mike Bayer | 2008-03-10 | 1 | -0/+321 |
| * | - Converted MAGICCOOKIE=object() to a little symbol implementation to ease ob... | Jason Kirtland | 2008-02-22 | 1 | -1/+1 |
| * | - Flipped join order of __radd__ on association proxied lists. | Jason Kirtland | 2008-01-24 | 1 | -1/+7 |
| * | - 2.3 fixup, part two: 100% passing for sqlite | Jason Kirtland | 2008-01-21 | 1 | -4/+4 |
| * | - parent transactions weren't started on the connection when adding a connect... | Ants Aasma | 2008-01-20 | 1 | -1/+1 |
| * | 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 |