| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply more memoization to Mapper attributes & subject to group expiry. | Jason Kirtland | 2010-09-03 | 1 | -3/+3 |
* | - moved "post update" functionality from _save_obj() into | Mike Bayer | 2010-06-18 | 1 | -3/+1 |
* | - cleanup of new post update, changelog | Mike Bayer | 2010-06-18 | 1 | -1/+5 |
* | add a test for the actual feature, that multiple post updates are batched | Mike Bayer | 2010-06-18 | 1 | -2/+2 |
* | this one is actually doing it. removed the cruft we don't need from the old ... | Mike Bayer | 2010-06-18 | 1 | -19/+10 |
* | this approach seems to allow many-to-one post updates to occur as a single ac... | Mike Bayer | 2010-06-18 | 1 | -8/+32 |
* | - don't switch a delete to a non-delete during rowswitch, fixes [ticket:1772] | Mike Bayer | 2010-04-16 | 1 | -1/+3 |
* | check_reverse was failing a not well covered m2m case. | Mike Bayer | 2010-04-10 | 1 | -0/+3 |
* | - starting to groom the branch for its inclusion | Mike Bayer | 2010-04-10 | 1 | -18/+38 |
* | comment | Mike Bayer | 2010-04-09 | 1 | -2/+2 |
* | fix bug + add coverage to ensure unneeded SaveUpdateAll/DeleteAll plus extra | Mike Bayer | 2010-04-09 | 1 | -5/+6 |
* | got DetectKeySwitch into the fold, can now greatly collapse a lot of the prep... | Mike Bayer | 2010-04-09 | 1 | -88/+107 |
* | removes some unneeded methods, initial DetectKeySwitch not present unnecessarily | Mike Bayer | 2010-04-09 | 1 | -8/+7 |
* | refined system bywhich dependencyprocessor per-state actions | Mike Bayer | 2010-04-09 | 1 | -2/+27 |
* | start adding tests to ensure the size of the uow | Mike Bayer | 2010-04-08 | 1 | -10/+12 |
* | starting to arrange things such that unneeded executors aren't getting | Mike Bayer | 2010-04-08 | 1 | -2/+16 |
* | - added missing coverage for self-referential many-to-many flushes | Mike Bayer | 2010-04-06 | 1 | -17/+4 |
* | remove mostly unneeded calls to conditional_post_update | Mike Bayer | 2010-04-06 | 1 | -0/+5 |
* | add batch execute to ProcessState | Mike Bayer | 2010-04-06 | 1 | -26/+16 |
* | remove prints | Mike Bayer | 2010-04-06 | 1 | -6/+6 |
* | - cleanup, factoring, had some heisenbugs. more test coverage | Mike Bayer | 2010-04-06 | 1 | -32/+60 |
* | all tests pass with this version | Mike Bayer | 2010-04-05 | 1 | -5/+5 |
* | beginning to get post_update working, will need more tests | Mike Bayer | 2010-04-05 | 1 | -0/+6 |
* | breakthrough, wow | Mike Bayer | 2010-04-05 | 1 | -22/+5 |
* | so here is kind of the idea. but it doesn't work like it used to. | Mike Bayer | 2010-04-05 | 1 | -2/+22 |
* | looks like most of the issues are because we're losing insert ordering | Mike Bayer | 2010-04-05 | 1 | -2/+15 |
* | - many-to-many is up. | Mike Bayer | 2010-04-05 | 1 | -1/+1 |
* | better assertions, the concern is that an object will change state and not ha... | Mike Bayer | 2010-04-05 | 1 | -14/+13 |
* | these are some assertions that would make things easier, if they can be maint... | Mike Bayer | 2010-04-05 | 1 | -4/+4 |
* | - enabled the DetectKeySwitch, and additionally added that it need | Mike Bayer | 2010-04-05 | 1 | -5/+9 |
* | - further reduce what topological has to do, expects full list of nodes | Mike Bayer | 2010-04-04 | 1 | -7/+8 |
* | this fully moves the per_state methods to work with all states at once | Mike Bayer | 2010-04-04 | 1 | -7/+5 |
* | moving the per-states operations to be aggreagted on the endpoints to reduce | Mike Bayer | 2010-04-04 | 1 | -6/+10 |
* | row switch works for post-cycle sorts too...just needed more data in the deps... | Mike Bayer | 2010-04-03 | 1 | -18/+9 |
* | got row switch more or less up | Mike Bayer | 2010-04-03 | 1 | -0/+13 |
* | o2m/m2o pretty much there, minus post update. | Mike Bayer | 2010-04-03 | 1 | -0/+13 |
* | - basic inheritance behavior | Mike Bayer | 2010-04-03 | 1 | -3/+9 |
* | working through cycles tests... | Mike Bayer | 2010-04-01 | 1 | -4/+4 |
* | refactor dependency elements | Mike Bayer | 2010-04-01 | 1 | -2/+2 |
* | this version passes one to many tests so far | Mike Bayer | 2010-04-01 | 1 | -28/+55 |
* | self-referential working to a small degree | Mike Bayer | 2010-04-01 | 1 | -11/+41 |
* | beginning to address cycles but its not worked out yet | Mike Bayer | 2010-03-31 | 1 | -5/+27 |
* | deletes, rudimentary many-to-ones | Mike Bayer | 2010-03-31 | 1 | -1/+3 |
* | its alive ! | Mike Bayer | 2010-03-31 | 1 | -51/+145 |
* | This is turning out to be a rewrite of the accounting system of unitofwork.py... | Mike Bayer | 2010-03-30 | 1 | -20/+70 |
* | start sketching ideas for a rewritten unit of work. | Mike Bayer | 2010-03-19 | 1 | -644/+31 |
* | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -2/+2 |
* | - orm: Removed a lot of logging that nobody really cares about, | Mike Bayer | 2010-02-28 | 1 | -17/+8 |
* | - Primary key values can now be changed on a joined-table inheritance | Mike Bayer | 2010-02-02 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |