| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed issue where post_update on a many-to-one relationship would | Mike Bayer | 2015-12-02 | 1 | -1/+34 |
| * | - Added support for parameter-ordered SET clauses in an UPDATE | Mike Bayer | 2015-11-28 | 1 | -6/+8 |
| * | - rework assertsql system, fixes #3293 | Mike Bayer | 2015-01-18 | 1 | -5/+5 |
| * | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 1 | -9/+9 |
| * | - Additional checks have been added for the case where an inheriting | Mike Bayer | 2014-06-20 | 1 | -3/+1 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -2/+2 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+5 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -11/+11 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -16/+25 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -15/+15 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -24/+24 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -24/+102 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -34/+33 |
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
| * | - moved "post update" functionality from _save_obj() into | Mike Bayer | 2010-06-18 | 1 | -38/+24 |
| * | - cleanup of new post update, changelog | Mike Bayer | 2010-06-18 | 1 | -1/+1 |
| * | add a test for the actual feature, that multiple post updates are batched | Mike Bayer | 2010-06-18 | 1 | -0/+110 |
| * | this one is actually doing it. removed the cruft we don't need from the old ... | Mike Bayer | 2010-06-18 | 1 | -3/+0 |
| * | adds some tests, refines out the m2o approach. | Mike Bayer | 2010-06-18 | 1 | -5/+70 |
| * | - Fixed regression introduced in 0.6.0 unit of work refactor | Mike Bayer | 2010-05-21 | 1 | -3/+50 |
| * | all tests pass with this version | Mike Bayer | 2010-04-05 | 1 | -1/+36 |
| * | beginning to get post_update working, will need more tests | Mike Bayer | 2010-04-05 | 1 | -0/+3 |
| * | o2m/m2o pretty much there, minus post update. | Mike Bayer | 2010-04-03 | 1 | -12/+12 |
| * | working through cycles tests... | Mike Bayer | 2010-04-01 | 1 | -9/+4 |
| * | - converted all lazy=True|False|None to 'select'|'joined'|'noload' | Mike Bayer | 2010-03-24 | 1 | -4/+4 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -33/+33 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -25/+18 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+885 |