| Commit message (Expand) | Author | Age | Files | Lines |
| * | - [bug] Lazy loads emitted within flush events | Mike Bayer | 2012-08-19 | 1 | -3/+6 |
| * | - [feature] Adding/removing None from a mapped collection | Mike Bayer | 2012-08-13 | 1 | -0/+6 |
| * | move mapper-level UOW functionality straight into unitofwork also. there's | Mike Bayer | 2012-07-14 | 1 | -52/+80 |
| * | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -8/+7 |
| * | - [feature] Calling rollback() within a | Mike Bayer | 2012-04-24 | 1 | -7/+8 |
| * | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -2/+3 |
| * | break out _save_obj(), _delete_obj(), _post_update() into a new module | Mike Bayer | 2012-01-30 | 1 | -6/+6 |
| * | - [bug] Fixed bug where "merge" cascade could | Mike Bayer | 2012-01-28 | 1 | -1/+4 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | - Fixed bug in unit of work whereby detection of | Mike Bayer | 2011-09-22 | 1 | -3/+4 |
| * | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -4/+7 |
| * | - Fixed bug whereby "passive_deletes='all'" wasn't passing | Mike Bayer | 2011-01-04 | 1 | -1/+1 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -60/+60 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -1/+1 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -3/+3 |
| * | - convert built in AttributExtensions to event listener fns | Mike Bayer | 2010-12-20 | 1 | -19/+18 |
| * | trivial inlinings | Mike Bayer | 2010-12-18 | 1 | -5/+4 |
| * | - some good inlinings to the whole cascade_iterator() thing. | Mike Bayer | 2010-12-18 | 1 | -14/+22 |
| * | - use get_all_pending in per_state_flush_actions(), but we'd like to | Mike Bayer | 2010-12-17 | 1 | -0/+2 |
| * | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 1 | -3/+3 |
| * | - clean up the batch insert thing | Mike Bayer | 2010-12-11 | 1 | -2/+1 |
| * | - callcounts | Mike Bayer | 2010-12-10 | 1 | -13/+21 |
| * | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -1/+2 |
| * | - use class name by itself in flush warnings to prevent overflow of warnings ... | Mike Bayer | 2010-11-29 | 1 | -2/+2 |
| * | - establish a consistent pattern of behavior along o2m, m2m, and m2o relation... | Mike Bayer | 2010-11-17 | 1 | -3/+9 |
| * | - move inline "import" statements to use new "util.importlater()" construct. ... | Mike Bayer | 2010-11-13 | 1 | -6/+4 |
| * | - in depth docs about some merge() tips | Mike Bayer | 2010-09-22 | 1 | -1/+6 |
| * | 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 |