summaryrefslogtreecommitdiff
path: root/test/orm/test_unitofworkv2.py
Commit message (Expand)AuthorAgeFilesLines
* dont need rowcount here...Mike Bayer2014-03-281-1/+0
* - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. DefaultsMike Bayer2014-03-281-12/+24
* - revert part of c01558ae7f4a for now as we also test that a DELETE of two rowsMike Bayer2014-03-281-6/+10
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-11/+97
* - the raw 2to3 runMike Bayer2013-04-271-6/+6
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+6
* - [bug] Lazy loads emitted within flush eventsMike Bayer2012-08-191-0/+123
* -whitespace bonanza, contdMike Bayer2012-07-281-53/+53
* a fix to allow mysql to workMike Bayer2012-05-041-1/+12
* - [bug] Fixed issue in unit of workMike Bayer2012-05-041-0/+25
* - Fixed the error message emitted for "can'tMike Bayer2011-05-071-1/+2
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-4/+7
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-9/+10
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-261-14/+93
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-4/+8
* - A tweak to the unit of work causes it to orderMike Bayer2011-03-061-0/+71
* - Additional tuning to "many-to-one" relationshipMike Bayer2011-02-111-11/+119
* - whitespace removal bonanzaMike Bayer2011-01-021-61/+61
* - merge rbbd81cb9a341 from 0.6 branchMike Bayer2010-12-151-6/+179
* - clean up the batch insert thingMike Bayer2010-12-111-1/+69
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* - Removed errant many-to-many load in unitofworkMike Bayer2010-07-071-1/+52
* 78 charsMike Bayer2010-07-071-22/+44
* - don't switch a delete to a non-delete during rowswitch, fixes [ticket:1772]Mike Bayer2010-04-161-0/+52
* - beef up the --reversetop test option to embed RandomSet throughout the ORMMike Bayer2010-04-151-46/+16
* - starting to groom the branch for its inclusionMike Bayer2010-04-101-7/+9
* fix bug + add coverage to ensure unneeded SaveUpdateAll/DeleteAll plus extraMike Bayer2010-04-091-7/+51
* removes some unneeded methods, initial DetectKeySwitch not present unnecessarilyMike Bayer2010-04-091-0/+10
* refined system bywhich dependencyprocessor per-state actionsMike Bayer2010-04-091-2/+2
* start adding tests to ensure the size of the uowMike Bayer2010-04-081-4/+90
* starting to arrange things such that unneeded executors aren't gettingMike Bayer2010-04-081-1/+3
* - added missing coverage for self-referential many-to-many flushesMike Bayer2010-04-061-1/+154
* - cleanup, factoring, had some heisenbugs. more test coverageMike Bayer2010-04-061-12/+4
* looks like most of the issues are because we're losing insert orderingMike Bayer2010-04-051-1/+23
* row switch works for post-cycle sorts too...just needed more data in the deps...Mike Bayer2010-04-031-0/+16
* o2m/m2o pretty much there, minus post update.Mike Bayer2010-04-031-0/+46
* many-to-one completed for self-referentialMike Bayer2010-04-011-6/+42
* the delete parent o2m testMike Bayer2010-04-011-0/+23
* this version passes one to many tests so farMike Bayer2010-04-011-4/+4
* self-referential working to a small degreeMike Bayer2010-04-011-17/+26
* beginning to address cycles but its not worked out yetMike Bayer2010-03-311-3/+136
* deletes, rudimentary many-to-onesMike Bayer2010-03-311-3/+69
* its alive !Mike Bayer2010-03-311-0/+45
* start sketching ideas for a rewritten unit of work.Mike Bayer2010-03-191-0/+0