summaryrefslogtreecommitdiff
path: root/test/orm/test_joins.py
Commit message (Expand)AuthorAgeFilesLines
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-4/+4
* Improve rendering of core statements w/ ORM elementsMike Bayer2020-05-311-273/+4
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-66/+215
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-4/+4
* Reword implicit left join error; ensure deterministic FROM for columnsMike Bayer2020-03-101-14/+21
* Fix regression for self-ref join to self error messageMike Bayer2019-07-181-2/+19
* SelectBase no longer a FromClauseMike Bayer2019-07-061-5/+6
* Test for _ORMJoin and fix issueDenis Kataev2019-06-281-0/+53
* Enable F841Mike Bayer2019-06-201-82/+26
* Apply adaptation for most recent aliased=True firstMike Bayer2019-05-311-17/+114
* Fold entities into existing joins when resolving FROM ambiguityMike Bayer2019-04-021-0/+75
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-1/+1
* Cleanup with query aliasingMike Bayer2019-01-181-0/+21
* Post black reformattingMike Bayer2019-01-061-30/+67
* Run black -l 79 against all source filesMike Bayer2019-01-061-1024/+1759
* Allow join() to pick the best candidate from multiple froms/entitiesMike Bayer2018-11-141-16/+281
* Adapt right side in join if lateral detectedMike Bayer2018-09-181-0/+226
* Look up adapter info for previous left side in chained query.join()Mike Bayer2018-06-251-0/+105
* 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