summaryrefslogtreecommitdiff
path: root/test/orm/test_joins.py
Commit message (Expand)AuthorAgeFilesLines
* - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-041-67/+44
* The "auto-aliasing" behavior of the :class:`.Query.select_from`Mike Bayer2013-05-301-1/+1
* - the raw 2to3 runMike Bayer2013-04-271-17/+17
* everything passes with this!!!!!!! holy crap !!!!! and its the simplest of allMike Bayer2013-04-251-20/+83
* - attempt to replace the whole idea of "join_to_left" with a moreMike Bayer2013-04-241-2/+2
* break into multiple testsMike Bayer2013-04-241-7/+98
* - unit test failing on python3.3 + psycopg2, add an order byMike Bayer2013-04-111-1/+1
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-1/+29
* 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-5/+5
* -whitespace bonanza, contdMike Bayer2012-07-281-35/+35
* initial annotations approach to join conditions. all tests pass, plus additi...Mike Bayer2012-02-061-2/+10
* - Improved query.join() such that the "left" sideMike Bayer2011-10-121-3/+158
* - Fixed a variety of synonym()-related regressionsMike Bayer2011-09-151-1/+2
* - Another previously unknown feature from 0.6, synonymsMike Bayer2011-09-151-0/+18
* - Fixed bug in query.join() which would occurMike Bayer2011-08-061-22/+22
* default dialect, oopsieMike Bayer2011-07-241-1/+2
* - rewrite cloned_traverse() and replacement_traverse() to use a straightMike Bayer2011-07-241-0/+42
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-16/+25
* - 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-8/+8
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-261-14/+115
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-27/+74
* blow away some globals in the search for what makes resolve_artifact_names fa...Mike Bayer2011-03-161-19/+30
* corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
* Corrected order by in test joins.Denise Govindarajan2011-03-141-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-139/+139
* break up test_query into three modulesMike Bayer2010-12-111-0/+1711