| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | | working through cycles tests... | Mike Bayer | 2010-04-01 | 1 | -33/+43 |
| * | | many-to-one completed for self-referential | Mike Bayer | 2010-04-01 | 1 | -14/+15 |
| * | | refactor dependency elements | Mike Bayer | 2010-04-01 | 1 | -87/+99 |
| * | | this version passes one to many tests so far | Mike Bayer | 2010-04-01 | 1 | -50/+48 |
| * | | self-referential working to a small degree | Mike Bayer | 2010-04-01 | 1 | -12/+11 |
| * | | one more rule | Mike Bayer | 2010-04-01 | 1 | -1/+2 |
| * | | beginning to address cycles but its not worked out yet | Mike Bayer | 2010-03-31 | 1 | -6/+69 |
| * | | deletes, rudimentary many-to-ones | Mike Bayer | 2010-03-31 | 1 | -119/+114 |
| * | | its alive ! | Mike Bayer | 2010-03-31 | 1 | -100/+92 |
| * | | This is turning out to be a rewrite of the accounting system of unitofwork.py... | Mike Bayer | 2010-03-30 | 1 | -10/+34 |
| * | | start sketching ideas for a rewritten unit of work. | Mike Bayer | 2010-03-19 | 1 | -1/+2 |
| |/ |
|
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -6/+6 |
| * | - Fixed cascade bug in many-to-one relation() when attribute | Mike Bayer | 2010-02-16 | 1 | -8/+14 |
| * | - Primary key values can now be changed on a joined-table inheritance | Mike Bayer | 2010-02-02 | 1 | -7/+18 |
| * | - added a failing-so-far test for #1671 | Mike Bayer | 2010-02-01 | 1 | -1/+2 |
| * | happy new year | Mike Bayer | 2010-01-07 | 1 | -1/+1 |
| * | - Fixed bug which disallowed one side of a many-to-many | Mike Bayer | 2009-09-01 | 1 | -1/+1 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -2/+2 |
| * | - Removed all* O(N) scanning behavior from the flush() process, | Mike Bayer | 2009-05-17 | 1 | -9/+10 |
| * | - Significant performance enhancements regarding Sessions/flush() | Mike Bayer | 2009-05-17 | 1 | -10/+29 |
| * | - Fixed bug which prevented "mutable primary key" dependency | Mike Bayer | 2009-05-08 | 1 | -1/+2 |
| * | happy new year | Mike Bayer | 2009-01-12 | 1 | -1/+1 |
| * | - Concrete inheriting mappers now instrument attributes which are inherited f... | Mike Bayer | 2009-01-11 | 1 | -46/+66 |
| * | - removed creepy exec call for now | Mike Bayer | 2008-12-06 | 1 | -1/+0 |
| * | - added some abstraction to the attributes.History object | Mike Bayer | 2008-10-28 | 1 | -61/+61 |
| * | a much easier way to ArgSingleton | Mike Bayer | 2008-10-12 | 1 | -14/+11 |