summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/unitofwork.py
Commit message (Expand)AuthorAgeFilesLines
* Apply more memoization to Mapper attributes & subject to group expiry.Jason Kirtland2010-09-031-3/+3
* - moved "post update" functionality from _save_obj() intoMike Bayer2010-06-181-3/+1
* - cleanup of new post update, changelogMike Bayer2010-06-181-1/+5
* add a test for the actual feature, that multiple post updates are batchedMike Bayer2010-06-181-2/+2
* this one is actually doing it. removed the cruft we don't need from the old ...Mike Bayer2010-06-181-19/+10
* this approach seems to allow many-to-one post updates to occur as a single ac...Mike Bayer2010-06-181-8/+32
* - don't switch a delete to a non-delete during rowswitch, fixes [ticket:1772]Mike Bayer2010-04-161-1/+3
* check_reverse was failing a not well covered m2m case.Mike Bayer2010-04-101-0/+3
* - starting to groom the branch for its inclusionMike Bayer2010-04-101-18/+38
* commentMike Bayer2010-04-091-2/+2
* fix bug + add coverage to ensure unneeded SaveUpdateAll/DeleteAll plus extraMike Bayer2010-04-091-5/+6
* got DetectKeySwitch into the fold, can now greatly collapse a lot of the prep...Mike Bayer2010-04-091-88/+107
* removes some unneeded methods, initial DetectKeySwitch not present unnecessarilyMike Bayer2010-04-091-8/+7
* refined system bywhich dependencyprocessor per-state actionsMike Bayer2010-04-091-2/+27
* start adding tests to ensure the size of the uowMike Bayer2010-04-081-10/+12
* starting to arrange things such that unneeded executors aren't gettingMike Bayer2010-04-081-2/+16
* - added missing coverage for self-referential many-to-many flushesMike Bayer2010-04-061-17/+4
* remove mostly unneeded calls to conditional_post_updateMike Bayer2010-04-061-0/+5
* add batch execute to ProcessStateMike Bayer2010-04-061-26/+16
* remove printsMike Bayer2010-04-061-6/+6
* - cleanup, factoring, had some heisenbugs. more test coverageMike Bayer2010-04-061-32/+60
* all tests pass with this versionMike Bayer2010-04-051-5/+5
* beginning to get post_update working, will need more testsMike Bayer2010-04-051-0/+6
* breakthrough, wowMike Bayer2010-04-051-22/+5
* so here is kind of the idea. but it doesn't work like it used to.Mike Bayer2010-04-051-2/+22
* looks like most of the issues are because we're losing insert orderingMike Bayer2010-04-051-2/+15
* - many-to-many is up.Mike Bayer2010-04-051-1/+1
* better assertions, the concern is that an object will change state and not ha...Mike Bayer2010-04-051-14/+13
* these are some assertions that would make things easier, if they can be maint...Mike Bayer2010-04-051-4/+4
* - enabled the DetectKeySwitch, and additionally added that it needMike Bayer2010-04-051-5/+9
* - further reduce what topological has to do, expects full list of nodesMike Bayer2010-04-041-7/+8
* this fully moves the per_state methods to work with all states at onceMike Bayer2010-04-041-7/+5
* moving the per-states operations to be aggreagted on the endpoints to reduceMike Bayer2010-04-041-6/+10
* row switch works for post-cycle sorts too...just needed more data in the deps...Mike Bayer2010-04-031-18/+9
* got row switch more or less upMike Bayer2010-04-031-0/+13
* o2m/m2o pretty much there, minus post update.Mike Bayer2010-04-031-0/+13
* - basic inheritance behaviorMike Bayer2010-04-031-3/+9
* working through cycles tests...Mike Bayer2010-04-011-4/+4
* refactor dependency elementsMike Bayer2010-04-011-2/+2
* this version passes one to many tests so farMike Bayer2010-04-011-28/+55
* self-referential working to a small degreeMike Bayer2010-04-011-11/+41
* beginning to address cycles but its not worked out yetMike Bayer2010-03-311-5/+27
* deletes, rudimentary many-to-onesMike Bayer2010-03-311-1/+3
* its alive !Mike Bayer2010-03-311-51/+145
* This is turning out to be a rewrite of the accounting system of unitofwork.py...Mike Bayer2010-03-301-20/+70
* start sketching ideas for a rewritten unit of work.Mike Bayer2010-03-191-644/+31
* - The official name for the relation() function is nowMike Bayer2010-03-171-2/+2
* - orm: Removed a lot of logging that nobody really cares about,Mike Bayer2010-02-281-17/+8
* - Primary key values can now be changed on a joined-table inheritanceMike Bayer2010-02-021-1/+1
* happy new yearMike Bayer2010-01-071-1/+1