| Commit message (Expand) | Author | Age | Files | Lines |
| * | - fix another issue from rf49c367ef, add another test | Mike Bayer | 2015-01-18 | 1 | -1/+30 |
| * | - fix a regression from ref #3178, where dialects that don't actually support | Mike Bayer | 2015-01-17 | 1 | -3/+65 |
| * | - major simplification of _collect_update_commands. in particular, | Mike Bayer | 2014-08-18 | 1 | -0/+2 |
| * | - Fixed bug where attribute "set" events or columns with | Mike Bayer | 2014-08-17 | 1 | -1/+45 |
| * | - UPDATE statements can now be batched within an ORM flush | Mike Bayer | 2014-08-14 | 1 | -18/+13 |
| * | pep8 | Mike Bayer | 2014-08-14 | 1 | -486/+530 |
| * | - reverse course in #3061 so that we instead no longer set None in the attribute | Mike Bayer | 2014-06-23 | 1 | -22/+0 |
| * | - Reverted the change for :ticket:`3060` - this is a unit of work | Mike Bayer | 2014-06-23 | 1 | -0/+21 |
| * | - Related to :ticket:`3060`, an adjustment has been made to the unit | Mike Bayer | 2014-05-30 | 1 | -13/+6 |
| * | - add a new assertsql construct "Or", so that we can test for a UOW flush | Mike Bayer | 2014-05-30 | 1 | -9/+18 |
| * | - Fixed a few edge cases which arise in the so-called "row switch" | Mike Bayer | 2014-05-28 | 1 | -0/+116 |
| * | dont need rowcount here... | Mike Bayer | 2014-03-28 | 1 | -1/+0 |
| * | - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. Defaults | Mike Bayer | 2014-03-28 | 1 | -12/+24 |
| * | - revert part of c01558ae7f4a for now as we also test that a DELETE of two rows | Mike Bayer | 2014-03-28 | 1 | -6/+10 |
| * | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 1 | -11/+97 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -6/+6 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+6 |
| * | - [bug] Lazy loads emitted within flush events | Mike Bayer | 2012-08-19 | 1 | -0/+123 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -53/+53 |
| * | a fix to allow mysql to work | Mike Bayer | 2012-05-04 | 1 | -1/+12 |
| * | - [bug] Fixed issue in unit of work | Mike Bayer | 2012-05-04 | 1 | -0/+25 |
| * | - Fixed the error message emitted for "can't | Mike Bayer | 2011-05-07 | 1 | -1/+2 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -4/+7 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -9/+10 |
| * | - move _fixtures to work via the normal methods of _base.MappedTest, convert | Mike Bayer | 2011-03-26 | 1 | -14/+93 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -4/+8 |
| * | - A tweak to the unit of work causes it to order | Mike Bayer | 2011-03-06 | 1 | -0/+71 |
| * | - Additional tuning to "many-to-one" relationship | Mike Bayer | 2011-02-11 | 1 | -11/+119 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -61/+61 |
| * | - merge rbbd81cb9a341 from 0.6 branch | Mike Bayer | 2010-12-15 | 1 | -6/+179 |
| * | - clean up the batch insert thing | Mike Bayer | 2010-12-11 | 1 | -1/+69 |
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
| * | - Removed errant many-to-many load in unitofwork | Mike Bayer | 2010-07-07 | 1 | -1/+52 |
| * | 78 chars | Mike Bayer | 2010-07-07 | 1 | -22/+44 |
| * | - don't switch a delete to a non-delete during rowswitch, fixes [ticket:1772] | Mike Bayer | 2010-04-16 | 1 | -0/+52 |
| * | - beef up the --reversetop test option to embed RandomSet throughout the ORM | Mike Bayer | 2010-04-15 | 1 | -46/+16 |
| * | - starting to groom the branch for its inclusion | Mike Bayer | 2010-04-10 | 1 | -7/+9 |
| * | fix bug + add coverage to ensure unneeded SaveUpdateAll/DeleteAll plus extra | Mike Bayer | 2010-04-09 | 1 | -7/+51 |
| * | removes some unneeded methods, initial DetectKeySwitch not present unnecessarily | Mike Bayer | 2010-04-09 | 1 | -0/+10 |
| * | refined system bywhich dependencyprocessor per-state actions | Mike Bayer | 2010-04-09 | 1 | -2/+2 |
| * | start adding tests to ensure the size of the uow | Mike Bayer | 2010-04-08 | 1 | -4/+90 |
| * | starting to arrange things such that unneeded executors aren't getting | Mike Bayer | 2010-04-08 | 1 | -1/+3 |
| * | - added missing coverage for self-referential many-to-many flushes | Mike Bayer | 2010-04-06 | 1 | -1/+154 |
| * | - cleanup, factoring, had some heisenbugs. more test coverage | Mike Bayer | 2010-04-06 | 1 | -12/+4 |
| * | looks like most of the issues are because we're losing insert ordering | Mike Bayer | 2010-04-05 | 1 | -1/+23 |
| * | row switch works for post-cycle sorts too...just needed more data in the deps... | Mike Bayer | 2010-04-03 | 1 | -0/+16 |
| * | o2m/m2o pretty much there, minus post update. | Mike Bayer | 2010-04-03 | 1 | -0/+46 |
| * | many-to-one completed for self-referential | Mike Bayer | 2010-04-01 | 1 | -6/+42 |
| * | the delete parent o2m test | Mike Bayer | 2010-04-01 | 1 | -0/+23 |
| * | this version passes one to many tests so far | Mike Bayer | 2010-04-01 | 1 | -4/+4 |