| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge "Deprecate Mapper.order_by" | mike bayer | 2016-04-19 | 1 | -0/+1 |
| |\ |
|
| | * | Deprecate Mapper.order_by | Mike Bayer | 2016-04-19 | 1 | -0/+1 |
| * | | Rename Query._mapper_zero() to Query._entity_zero() | Mike Bayer | 2016-04-19 | 1 | -5/+6 |
| |/ |
|
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -10/+16 |
| * | PEP8 tidy of test/orm/test_froms.py | Tony Locke | 2014-07-20 | 1 | -949/+1047 |
| * | Opened test_self_referential for pg8000 | Tony Locke | 2014-07-20 | 1 | -2/+1 |
| * | - Fixed a regression from 0.9.0 due to :ticket:`2736` where the | Mike Bayer | 2014-07-14 | 1 | -0/+46 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -2/+2 |
| * | - Some refinements to the :class:`.AliasedClass` construct with regards | Mike Bayer | 2013-11-23 | 1 | -16/+18 |
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -8/+44 |
| * | - Fixed an obscure bug where the wrong results would be | Mike Bayer | 2013-06-07 | 1 | -1/+32 |
| * | add a test for the exception we want to raise here | Mike Bayer | 2013-05-30 | 1 | -0/+12 |
| * | The "auto-aliasing" behavior of the :class:`.Query.select_from` | Mike Bayer | 2013-05-30 | 1 | -44/+64 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -122/+122 |
| * | A major fix to the way in which a select() object produces | Mike Bayer | 2013-04-11 | 1 | -0/+61 |
| * | - clean up entity correlation tests in test_query | Mike Bayer | 2013-03-09 | 1 | -4/+2 |
| * | The :meth:`.Query.select_from` method can now be used with a | Mike Bayer | 2012-12-13 | 1 | -0/+39 |
| * | The auto-correlation feature of :func:`.select`, and | Mike Bayer | 2012-10-22 | 1 | -19/+32 |
| * | getting everything to pass again | Mike Bayer | 2012-09-27 | 1 | -1/+2 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -4/+5 |
| * | - got firebird running | Mike Bayer | 2012-09-23 | 1 | -0/+2 |
| * | - [feature] ORM entities can be passed | Mike Bayer | 2012-07-23 | 1 | -1/+0 |
| * | - justify NamedTuple, now called KeyedTuple | Mike Bayer | 2012-07-16 | 1 | -122/+122 |
| * | make auto-correlation the same for Query & select() | Diana Clarke | 2012-04-02 | 1 | -2/+80 |
| * | - Improved query.join() such that the "left" side | Mike Bayer | 2011-10-12 | 1 | -10/+13 |
| * | - added "adapt_on_names" boolean flag to orm.aliased() | Mike Bayer | 2011-09-19 | 1 | -0/+31 |
| * | - Fixed bug whereby the source clause | Mike Bayer | 2011-07-20 | 1 | -5/+60 |
| * | - Fixed bug whereby nesting a label of a select() | Mike Bayer | 2011-05-18 | 1 | -0/+25 |
| * | - rework of Query._adapt_clause to support [ticket:2155], | Mike Bayer | 2011-04-30 | 1 | -0/+146 |
| * | - a "having" clause would be copied from the | Mike Bayer | 2011-04-13 | 1 | -24/+76 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -17/+29 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -6/+6 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -2/+2 |
| * | - move _fixtures to work via the normal methods of _base.MappedTest, convert | Mike Bayer | 2011-03-26 | 1 | -60/+180 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -4/+17 |
| * | blow away some globals in the search for what makes resolve_artifact_names fa... | Mike Bayer | 2011-03-16 | 1 | -1/+1 |
| * | Fixed order_by in test.orm.test_froms.MixedEntitiesTest.test_values. | Jim Phares | 2011-03-14 | 1 | -3/+3 |
| * | - A single contains_eager() call across | Mike Bayer | 2011-02-05 | 1 | -30/+171 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -89/+89 |
| * | break up test_query into three modules | Mike Bayer | 2010-12-11 | 1 | -0/+1593 |