summaryrefslogtreecommitdiff
path: root/test/orm/test_joins.py
Commit message (Expand)AuthorAgeFilesLines
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-740/+923
* Support python3.6Mike Bayer2017-01-131-4/+4
* Provide more informative error when joining with no entitiespr/304Michael Williamson2016-08-281-0/+13
* Deprecate Mapper.order_byMike Bayer2016-04-191-1/+2
* - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-281-0/+9
* - Identified an inconsistency when handling :meth:`.Query.join` to theMike Bayer2015-04-151-0/+11
* - test + changelogMike Bayer2015-02-081-0/+14
* - set default dialect hereMike Bayer2014-11-261-0/+2
* - changelog, improve docstring/test for #3217. fixes #3217Mike Bayer2014-11-261-7/+10
* Merge branch 'issue_bb_3217' of https://bitbucket.org/jvanasco/sqlalchemy-alt...Mike Bayer2014-11-261-2/+49
|\
| * * adding 'isouter=False' to sqlalchemy.orm.query.Query (https://bitbucket.org...jonathan vanasco2014-10-031-2/+49
* | - A warning is emitted in the case of multiple relationships thatticket_3230Mike Bayer2014-10-191-18/+21
|/
* fix assertionMike Bayer2014-03-191-1/+1
* - Improved an error message which would occur if a query() were madeMike Bayer2014-03-171-0/+13
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-0/+2
* - Fixed regression where we apparently still create an implicitMike Bayer2014-01-021-4/+31
* - fix a regression caused by #2587, where query.join() would apply anMike Bayer2013-06-271-0/+87
* - 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