| Commit message (Expand) | Author | Age | Files | Lines |
* | Update select usage to use the new 1.4 format | Federico Caselli | 2020-09-08 | 1 | -4/+5 |
* | Establish future behavior for Session cascade backrefs, bind | Mike Bayer | 2020-08-01 | 1 | -1/+1 |
* | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 1 | -9/+8 |
* | Convert bulk update/delete to new execution model | Mike Bayer | 2020-06-06 | 1 | -9/+19 |
* | Simplify _ColumnEntity, related | Mike Bayer | 2019-09-30 | 1 | -0/+16 |
* | Enable F841 | Mike Bayer | 2019-06-20 | 1 | -5/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -13/+17 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -336/+453 |
* | Document and support nested composites | Mike Bayer | 2018-12-12 | 1 | -0/+75 |
* | Add SQL Server CI coverage | Mike Bayer | 2017-08-31 | 1 | -1/+0 |
* | Support hybrids/composites with bulk updates | Mike Bayer | 2017-03-22 | 1 | -2/+54 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -154/+164 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -2/+2 |
* | - 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 |