| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | - add instrumentation events | Mike Bayer | 2010-10-02 | 1 | -67/+9 |
* | | | | | merge tip | Mike Bayer | 2010-10-02 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | - Fixed bug whereby columns on a mixin wouldn't propagate | Mike Bayer | 2010-09-28 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | - reorganization | Mike Bayer | 2010-09-14 | 1 | -649/+4 |
* | | | | - merge tip, 0.6.4 + 0.6.5 | Mike Bayer | 2010-09-14 | 1 | -28/+68 |
|\ \ \ \
| |/ / / |
|
| * | | | - Fixed recursion bug which could occur when moving | Mike Bayer | 2010-09-13 | 1 | -7/+7 |
| * | | | - lazy loads for relationship attributes now use | Mike Bayer | 2010-09-12 | 1 | -10/+18 |
| * | | | roughly the finished product. | Mike Bayer | 2010-09-04 | 1 | -13/+45 |
| | |/
| |/| |
|
* | | | - get active_history to work, move attribute events into module-level classes | Mike Bayer | 2010-09-03 | 1 | -79/+79 |
* | | | going back to the simple way, plus trying to make the engine thing simpler, a... | Mike Bayer | 2010-08-28 | 1 | -1/+1 |
* | | | - its probably worthwhile to make the primary listen() interface humane, i.e.: | Mike Bayer | 2010-08-27 | 1 | -0/+4 |
* | | | - reorganize events into cls->dispatch, which is an instance of _Dispatch. | Mike Bayer | 2010-08-10 | 1 | -34/+32 |
* | | | fixes, but still unsure of things | Mike Bayer | 2010-08-08 | 1 | -5/+19 |
|\ \ \
| |/ / |
|
| * | | - add a check that prevents redundant AttributeImpls from being generated and... | Mike Bayer | 2010-08-08 | 1 | -0/+10 |
| |/ |
|
* | | getting attributes to work | Mike Bayer | 2010-08-08 | 1 | -1/+2 |
* | | merge tip | Mike Bayer | 2010-08-08 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | - Dynamic attributes don't support collection | Mike Bayer | 2010-08-05 | 1 | -0/+4 |
* | | - class level listeners can be added after the fact | Mike Bayer | 2010-07-27 | 1 | -0/+3 |
* | | - initial move of AttributeExtension over to events. tests mostly OK with so... | Mike Bayer | 2010-07-25 | 1 | -40/+94 |
* | | - worked it out so that classes declare a nested class "event", | Mike Bayer | 2010-07-24 | 1 | -32/+21 |
* | | - initial "events" idea. will replace all Extension, Proxy, Listener | Mike Bayer | 2010-07-24 | 1 | -0/+1 |
|/ |
|
* | - 78 chars | Mike Bayer | 2010-07-08 | 1 | -64/+101 |
* | added an extra check for the correct class when __init__ is called, | Mike Bayer | 2010-07-08 | 1 | -0/+9 |
* | - Improved the check for an "unmapped class", | Mike Bayer | 2010-07-08 | 1 | -1/+8 |
* | - Fixed regression introduced in 0.6.0 involving improper | Mike Bayer | 2010-04-26 | 1 | -2/+1 |
* | inline this | Mike Bayer | 2010-04-17 | 1 | -5/+4 |
* | starting to arrange things such that unneeded executors aren't getting | Mike Bayer | 2010-04-08 | 1 | -0/+6 |
* | - The ORM will set the docstring of all generated descriptors | Mike Bayer | 2010-04-02 | 1 | -4/+7 |
* | - added test for #1737 | Mike Bayer | 2010-03-16 | 1 | -1/+1 |
* | - plug a minor ORM speed hit in Events (**kwargs). | Gaƫtan de Menten | 2010-03-07 | 1 | -2/+4 |
* | more cleanup | Mike Bayer | 2010-02-15 | 1 | -39/+65 |
* | Gave the "state" internals a good solid | Mike Bayer | 2010-02-14 | 1 | -3/+0 |
* | - For those who might use debug logging on | Mike Bayer | 2010-02-13 | 1 | -3/+0 |
* | Fix instance.__eq__() regression in orm attributes. | Jason Kirtland | 2010-02-09 | 1 | -7/+17 |
* | - the "save-update" cascade will now cascade the pending *removed* | Mike Bayer | 2010-01-30 | 1 | -3/+7 |
* | - cut down on a few hundred method calls | Mike Bayer | 2010-01-11 | 1 | -4/+23 |
* | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |
* | moved modified_event() calls below the attribute extension fires. this basic... | Mike Bayer | 2009-11-08 | 1 | -17/+13 |
* | gratuitous try/except/else usage | Mike Bayer | 2009-10-18 | 1 | -2/+3 |
* | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 1 | -0/+2 |
* | - Added an assertion that prevents a @validates function | Mike Bayer | 2009-09-12 | 1 | -0/+2 |
* | - renamed PASSIVE_NORESULT to PASSIVE_NO_RESULT | Mike Bayer | 2009-08-07 | 1 | -32/+25 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -9/+10 |
* | - Squeezed a few more unnecessary "lazy loads" out of | Mike Bayer | 2009-07-26 | 1 | -13/+31 |
* | - repaired non-working attributes.set_committed_value function. | Mike Bayer | 2009-06-18 | 1 | -1/+1 |
* | - Fixed an attribute error introduced in 0.5.4 which wouldrel_0_5_4p1 | Mike Bayer | 2009-05-18 | 1 | -1/+1 |
* | - Significant performance enhancements regarding Sessions/flush() | Mike Bayer | 2009-05-17 | 1 | -485/+187 |
* | - MapperOptions and other state associated with query.options() | Mike Bayer | 2009-05-02 | 1 | -0/+6 |
* | - pared down private and semi-private functions in the attributes package. | Mike Bayer | 2009-02-23 | 1 | -148/+169 |
* | - Added an attribute helper method ``set_committed_value`` in | Mike Bayer | 2009-02-15 | 1 | -9/+97 |