| Commit message (Expand) | Author | Age | Files | Lines |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | - attribute system gets a pop() method. | Mike Bayer | 2011-10-30 | 1 | -3/+7 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -1/+1 |
| * | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -16/+19 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -7/+7 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -2/+2 |
| * | - slight simplify to state.modified_event() | Mike Bayer | 2010-12-23 | 1 | -4/+2 |
| * | - modest inlinings into the MapperProperty.setup/row_processor chain | Mike Bayer | 2010-12-20 | 1 | -3/+0 |
| * | - further optimize what get_all_pending() returns to reduce the work of recei... | Mike Bayer | 2010-12-19 | 1 | -3/+5 |
| * | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 1 | -1/+1 |
| * | - shave about a millisecond off of moderately complex save casades. | Mike Bayer | 2010-12-06 | 1 | -2/+8 |
| * | - merge hybrid attributes branch, [ticket:1903] | Mike Bayer | 2010-11-20 | 1 | -1/+1 |
| |\ |
|
| | * | merge tip | Mike Bayer | 2010-11-14 | 1 | -1/+1 |
| | |\ |
|
| | * \ | merge tip | Mike Bayer | 2010-09-14 | 1 | -1/+1 |
| | |\ \ |
|
| | * | | | - step one, remove "resolve_synonyms" and start using class attribute | Mike Bayer | 2010-08-06 | 1 | -1/+1 |
| * | | | | - merge tip | Mike Bayer | 2010-11-06 | 1 | -1/+1 |
| |\ \ \ \
| | |_|/
| |/| | |
|
| | * | | | - Added a new "lazyload" option "immediateload". | Mike Bayer | 2010-10-15 | 1 | -1/+1 |
| | | |/
| |/| |
|
| * | | | - merge tip, 0.6.4 + 0.6.5 | Mike Bayer | 2010-09-14 | 1 | -1/+1 |
| |\ \ \
| |/ / |
|
| | * | | - Fixed recursion bug which could occur when moving | Mike Bayer | 2010-09-13 | 1 | -1/+1 |
| | |/ |
|
| * | | - get active_history to work, move attribute events into module-level classes | Mike Bayer | 2010-09-03 | 1 | -6/+7 |
| |/ |
|
| * | - Dynamic attributes don't support collection | Mike Bayer | 2010-08-05 | 1 | -13/+26 |
| * | fix import | Mike Bayer | 2010-06-17 | 1 | -1/+1 |
| * | - session.merge() will not expire attributes on the returned | Mike Bayer | 2010-05-08 | 1 | -2/+2 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -1/+1 |
| * | Gave the "state" internals a good solid | Mike Bayer | 2010-02-14 | 1 | -1/+5 |
| * | - Now uses sqlalchemy.orm.exc.DetachedInstanceError when an | Mike Bayer | 2010-02-07 | 1 | -2/+3 |
| * | - Using a "dynamic" loader with a "secondary" table now produces | Mike Bayer | 2009-10-25 | 1 | -9/+24 |
| * | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 1 | -1/+1 |
| * | - Squeezed a few more unnecessary "lazy loads" out of | Mike Bayer | 2009-07-26 | 1 | -1/+1 |
| * | - Significant performance enhancements regarding Sessions/flush() | Mike Bayer | 2009-05-17 | 1 | -23/+23 |
| * | Modified query_cls on DynamicAttribteImpl to accept a full mixin version of t... | Michael Trier | 2009-04-25 | 1 | -20/+22 |
| * | - Fixed the "set collection" function on "dynamic" relations | Mike Bayer | 2009-03-27 | 1 | -6/+31 |
| * | - Fixed bug in dynamic_loader() where append/remove events | Mike Bayer | 2009-03-24 | 1 | -4/+7 |
| * | - Adjusted the attribute instrumentation change from 0.5.1 to | Mike Bayer | 2009-01-22 | 1 | -1/+2 |
| * | - Concrete inheriting mappers now instrument attributes which are inherited f... | Mike Bayer | 2009-01-11 | 1 | -5/+11 |
| * | dynamic_loader() accepts query_class= to mix in user Query subclasses. | Jason Kirtland | 2008-12-18 | 1 | -22/+46 |
| * | - added some abstraction to the attributes.History object | Mike Bayer | 2008-10-28 | 1 | -1/+1 |
| * | - logging scale-back; the echo_uow flag on Session is deprecated, and unit of... | Mike Bayer | 2008-08-24 | 1 | -1/+1 |
| * | - A critical fix to dynamic relations allows the | Mike Bayer | 2008-07-19 | 1 | -25/+29 |
| * | - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting) | Jason Kirtland | 2008-07-15 | 1 | -2/+3 |
| * | - Fixed a couple lingering exceptions->exc usages | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -27/+44 |
| * | - rearranged LoaderStrategies a bit | Mike Bayer | 2008-03-30 | 1 | -3/+15 |
| * | - fixed "cascade delete" operation of dynamic relations, | Mike Bayer | 2008-03-16 | 1 | -11/+15 |
| * | - dynamic_loader() / lazy="dynamic" now accepts and uses | Mike Bayer | 2008-03-09 | 1 | -2/+6 |
| * | - Friendlier exception messages for unbound, implicit execution | Jason Kirtland | 2008-01-31 | 1 | -1/+1 |
| * | - dynamic relations, when referenced, create a strong | Mike Bayer | 2008-01-16 | 1 | -13/+12 |
| * | - cleanup; lambdas removed from properties; properties mirror same-named func... | Mike Bayer | 2007-12-18 | 1 | -2/+2 |
| * | - merged instances_yields branch r3908:3934, minus the "yield" part which rem... | Mike Bayer | 2007-12-14 | 1 | -5/+19 |