| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 1 | -2/+1 |
| * | - Improved the initialization logic of composite attributes such that | Mike Bayer | 2014-02-03 | 1 | -0/+13 |
| * | make the error message for [ticket:2889] more accurate, as we support | Mike Bayer | 2013-12-12 | 1 | -1/+1 |
| * | - :func:`.composite` will raise an informative error message when the | Mike Bayer | 2013-12-12 | 1 | -1/+19 |
| * | clean up imports | Mike Bayer | 2013-11-23 | 1 | -9/+5 |
| * | - A new construct :class:`.Bundle` is added, which allows for specification | Mike Bayer | 2013-10-03 | 1 | -3/+46 |
| * | Fixed bug where sending a composite attribute into :meth:`.Query.order_by` | Mike Bayer | 2013-06-10 | 1 | -1/+27 |
| * | Fixed the interaction between composite attributes and | Mike Bayer | 2013-06-10 | 1 | -4/+35 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+5 |
| * | trailing whitespace bonanza | Mike Bayer | 2012-07-28 | 1 | -29/+29 |
| * | - [bug] Fixed bug in get_history() when referring | Mike Bayer | 2011-12-07 | 1 | -0/+17 |
| * | - [bug] the value of a composite attribute is now | Mike Bayer | 2011-10-26 | 1 | -10/+39 |
| * | - Reinstated "comparator_factory" argument to | Mike Bayer | 2011-10-15 | 1 | -1/+127 |
| * | - Fixed regression in new composite rewrite where | Mike Bayer | 2011-08-14 | 1 | -1/+13 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -2/+3 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -19/+20 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -15/+15 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -30/+78 |
| * | - oracle fixes | Mike Bayer | 2011-01-15 | 1 | -12/+24 |
| * | - composite now relates to its parent class in terms of MapperProperty, | Mike Bayer | 2011-01-15 | 1 | -0/+134 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -32/+32 |
| * | - restore mapper.get_property() to use the _props dict. at the moment | Mike Bayer | 2010-12-28 | 1 | -3/+17 |
| * | - merged the test for [ticket:1997], r1b1f195483aa , into | Mike Bayer | 2010-12-21 | 1 | -1/+78 |
| * | - migrate composites to its own test suite, break up tests into individual fe... | Mike Bayer | 2010-12-20 | 1 | -0/+337 |