| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+1 |
| * | - further optimize what get_all_pending() returns to reduce the work of recei... | Mike Bayer | 2010-12-19 | 1 | -4/+1 |
| * | - some good inlinings to the whole cascade_iterator() thing. | Mike Bayer | 2010-12-18 | 1 | -9/+9 |
| * | - use get_all_pending in per_state_flush_actions(), but we'd like to | Mike Bayer | 2010-12-17 | 1 | -6/+5 |
| * | - merge rbbd81cb9a341 from 0.6 branch | Mike Bayer | 2010-12-15 | 1 | -1/+3 |
| * | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 1 | -1/+1 |
| * | - use class name by itself in flush warnings to prevent overflow of warnings ... | Mike Bayer | 2010-11-29 | 1 | -4/+4 |
| * | - establish a consistent pattern of behavior along o2m, m2m, and m2o relation... | Mike Bayer | 2010-11-17 | 1 | -24/+59 |
| * | - fix test_single test to use default dialect | Mike Bayer | 2010-09-15 | 1 | -2/+4 |
| * | - Slight improvement to the behavior of "passive_updates=False" | Mike Bayer | 2010-09-12 | 1 | -5/+8 |
| * | - The name ConcurrentModificationError has been | Mike Bayer | 2010-08-01 | 1 | -16/+12 |
| * | - Moving an o2m object from one collection to | Mike Bayer | 2010-07-22 | 1 | -10/+14 |
| * | - Removed errant many-to-many load in unitofwork | Mike Bayer | 2010-07-07 | 1 | -30/+38 |
| * | 78 chars | Mike Bayer | 2010-07-07 | 1 | -37/+57 |
| * | - cleanup of new post update, changelog | Mike Bayer | 2010-06-18 | 1 | -36/+39 |
| * | this one is actually doing it. removed the cruft we don't need from the old ... | Mike Bayer | 2010-06-18 | 1 | -39/+34 |
| * | adds some tests, refines out the m2o approach. | Mike Bayer | 2010-06-18 | 1 | -17/+12 |
| * | this approach seems to allow many-to-one post updates to occur as a single ac... | Mike Bayer | 2010-06-18 | 1 | -25/+56 |
| * | - Can now call make_transient() on an instance that | Mike Bayer | 2010-06-15 | 1 | -1/+1 |
| * | - Fixed bug regarding flushes on self-referential | Mike Bayer | 2010-06-13 | 1 | -7/+11 |
| * | - Fixed regression introduced in 0.6.0 unit of work refactor | Mike Bayer | 2010-05-21 | 1 | -37/+38 |
| * | - beef up the --reversetop test option to embed RandomSet throughout the ORM | Mike Bayer | 2010-04-15 | 1 | -18/+37 |
| * | 0.6.0 prep | Mike Bayer | 2010-04-14 | 1 | -3/+0 |
| * | move factory function to classmethod | Mike Bayer | 2010-04-11 | 1 | -10/+11 |
| * | check_reverse was failing a not well covered m2m case. | Mike Bayer | 2010-04-10 | 1 | -2/+3 |
| * | - starting to groom the branch for its inclusion | Mike Bayer | 2010-04-10 | 1 | -24/+29 |
| * | attempt to reduce redundant calc of pk_switched | Mike Bayer | 2010-04-09 | 1 | -5/+19 |
| * | fix bug + add coverage to ensure unneeded SaveUpdateAll/DeleteAll plus extra | Mike Bayer | 2010-04-09 | 1 | -1/+0 |
| * | got DetectKeySwitch into the fold, can now greatly collapse a lot of the prep... | Mike Bayer | 2010-04-09 | 1 | -31/+32 |
| * | removes some unneeded methods, initial DetectKeySwitch not present unnecessarily | Mike Bayer | 2010-04-09 | 1 | -39/+24 |
| * | refined system bywhich dependencyprocessor per-state actions | Mike Bayer | 2010-04-09 | 1 | -9/+5 |
| * | starting to arrange things such that unneeded executors aren't getting | Mike Bayer | 2010-04-08 | 1 | -25/+74 |
| * | we can load this sum ahead of time, and if there is none, we dont need a per-... | Mike Bayer | 2010-04-08 | 1 | -8/+10 |
| * | - added missing coverage for self-referential many-to-many flushes | Mike Bayer | 2010-04-06 | 1 | -10/+17 |
| * | remove mostly unneeded calls to conditional_post_update | Mike Bayer | 2010-04-06 | 1 | -22/+25 |
| * | - cleanup, factoring, had some heisenbugs. more test coverage | Mike Bayer | 2010-04-06 | 1 | -66/+179 |
| * | all tests pass with this version | Mike Bayer | 2010-04-05 | 1 | -83/+105 |
| * | beginning to get post_update working, will need more tests | Mike Bayer | 2010-04-05 | 1 | -19/+78 |
| * | - many-to-many is up. | Mike Bayer | 2010-04-05 | 1 | -76/+110 |
| * | - enabled the DetectKeySwitch, and additionally added that it need | Mike Bayer | 2010-04-05 | 1 | -73/+77 |
| * | branch merge | Mike Bayer | 2010-04-05 | 1 | -16/+19 |
| |\ |
|
| | * | better yet | Mike Bayer | 2010-04-05 | 1 | -2/+1 |
| | * | clarify intent and reduce lookups here | Mike Bayer | 2010-04-05 | 1 | -16/+20 |
| * | | - further reduce what topological has to do, expects full list of nodes | Mike Bayer | 2010-04-04 | 1 | -14/+18 |
| * | | this fully moves the per_state methods to work with all states at once | Mike Bayer | 2010-04-04 | 1 | -45/+65 |
| * | | moving the per-states operations to be aggreagted on the endpoints to reduce | Mike Bayer | 2010-04-04 | 1 | -1/+6 |
| * | | row switch works for post-cycle sorts too...just needed more data in the deps... | Mike Bayer | 2010-04-03 | 1 | -3/+11 |
| * | | tweak how we indicate child deleted here | Mike Bayer | 2010-04-03 | 1 | -9/+12 |
| * | | o2m/m2o pretty much there, minus post update. | Mike Bayer | 2010-04-03 | 1 | -3/+4 |
| * | | - basic inheritance behavior | Mike Bayer | 2010-04-03 | 1 | -13/+16 |