summaryrefslogtreecommitdiff
path: root/test/orm/test_unitofworkv2.py
Commit message (Expand)AuthorAgeFilesLines
* - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none`Mike Bayer2015-09-191-1/+46
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-171-0/+166
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-0/+1
* - increase the varchar hereMike Bayer2015-07-011-1/+1
* - Fixed 1.0 regression where value objects that overrideMike Bayer2015-07-011-0/+108
* - Fixed regression in the :mod:`sqlalchemy.ext.mutable` extensionMike Bayer2015-05-211-1/+7
* - fix another issue from rf49c367ef, add another testMike Bayer2015-01-181-1/+30
* - fix a regression from ref #3178, where dialects that don't actually supportMike Bayer2015-01-171-3/+65
* - major simplification of _collect_update_commands. in particular,Mike Bayer2014-08-181-0/+2
* - Fixed bug where attribute "set" events or columns withMike Bayer2014-08-171-1/+45
* - UPDATE statements can now be batched within an ORM flushMike Bayer2014-08-141-18/+13
* pep8Mike Bayer2014-08-141-486/+530
* - reverse course in #3061 so that we instead no longer set None in the attributeMike Bayer2014-06-231-22/+0
* - Reverted the change for :ticket:`3060` - this is a unit of workMike Bayer2014-06-231-0/+21
* - Related to :ticket:`3060`, an adjustment has been made to the unitMike Bayer2014-05-301-13/+6
* - add a new assertsql construct "Or", so that we can test for a UOW flushMike Bayer2014-05-301-9/+18
* - Fixed a few edge cases which arise in the so-called "row switch"Mike Bayer2014-05-281-0/+116
* 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