summaryrefslogtreecommitdiff
path: root/test/orm/test_froms.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Deprecate Mapper.order_by"mike bayer2016-04-191-0/+1
|\
| * Deprecate Mapper.order_byMike Bayer2016-04-191-0/+1
* | Rename Query._mapper_zero() to Query._entity_zero()Mike Bayer2016-04-191-5/+6
|/
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-10/+16
* PEP8 tidy of test/orm/test_froms.pyTony Locke2014-07-201-949/+1047
* Opened test_self_referential for pg8000Tony Locke2014-07-201-2/+1
* - Fixed a regression from 0.9.0 due to :ticket:`2736` where theMike Bayer2014-07-141-0/+46
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-231-16/+18
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-8/+44
* - Fixed an obscure bug where the wrong results would beMike Bayer2013-06-071-1/+32
* add a test for the exception we want to raise hereMike Bayer2013-05-301-0/+12
* The "auto-aliasing" behavior of the :class:`.Query.select_from`Mike Bayer2013-05-301-44/+64
* - the raw 2to3 runMike Bayer2013-04-271-122/+122
* A major fix to the way in which a select() object producesMike Bayer2013-04-111-0/+61
* - clean up entity correlation tests in test_queryMike Bayer2013-03-091-4/+2
* The :meth:`.Query.select_from` method can now be used with aMike Bayer2012-12-131-0/+39
* The auto-correlation feature of :func:`.select`, andMike Bayer2012-10-221-19/+32
* getting everything to pass againMike Bayer2012-09-271-1/+2
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-4/+5
* - got firebird runningMike Bayer2012-09-231-0/+2
* - [feature] ORM entities can be passedMike Bayer2012-07-231-1/+0
* - justify NamedTuple, now called KeyedTupleMike Bayer2012-07-161-122/+122
* make auto-correlation the same for Query & select()Diana Clarke2012-04-021-2/+80
* - Improved query.join() such that the "left" sideMike Bayer2011-10-121-10/+13
* - added "adapt_on_names" boolean flag to orm.aliased()Mike Bayer2011-09-191-0/+31
* - Fixed bug whereby the source clauseMike Bayer2011-07-201-5/+60
* - Fixed bug whereby nesting a label of a select()Mike Bayer2011-05-181-0/+25
* - rework of Query._adapt_clause to support [ticket:2155],Mike Bayer2011-04-301-0/+146
* - a "having" clause would be copied from theMike Bayer2011-04-131-24/+76
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-17/+29
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-6/+6
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-2/+2
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-261-60/+180
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-4/+17
* blow away some globals in the search for what makes resolve_artifact_names fa...Mike Bayer2011-03-161-1/+1
* Fixed order_by in test.orm.test_froms.MixedEntitiesTest.test_values.Jim Phares2011-03-141-3/+3
* - A single contains_eager() call acrossMike Bayer2011-02-051-30/+171
* - whitespace removal bonanzaMike Bayer2011-01-021-89/+89
* break up test_query into three modulesMike Bayer2010-12-111-0/+1593