summaryrefslogtreecommitdiff
path: root/test/orm/test_joins.py
Commit message (Expand)AuthorAgeFilesLines
* clear new Query._memoized_select_entities in _from_selectableMike Bayer2021-06-301-0/+68
* memoize current options and joins w with_entities/with_only_colsMike Bayer2021-06-171-0/+37
* Ensure propagate_attrs available on PropComparatorMike Bayer2021-05-291-0/+20
* repair legacy_last_joined_entity for no onclauseMike Bayer2021-03-181-8/+66
* Ensure all Query statements compile w/ orm, fix test harnessMike Bayer2021-03-051-1/+75
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-3/+4
* remove more bound metadataMike Bayer2021-01-051-102/+102
* Deprecate strings indicating attribute namesMike Bayer2020-10-131-1196/+60
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+12
* Complete deprecation of from_self()Mike Bayer2020-09-181-52/+63
* Provide a more detailed error message for Query.join()RamonWill2020-08-311-1/+39
* 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