summaryrefslogtreecommitdiff
path: root/test/orm/test_subquery_relations.py
Commit message (Expand)AuthorAgeFilesLines
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-221-2/+2
* restore graceful degrade of subqueryload w from_statementMike Bayer2021-12-261-0/+66
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* warnings: with_polymorphic()Mike Bayer2021-10-291-8/+10
* Modernize tests - session_query_getGord Thompson2021-10-281-9/+7
* deprecation warnings: strings in loader options, join, with_parentMike Bayer2021-10-251-12/+20
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-104/+121
* remove lambda caching from loader strategiesMike Bayer2021-08-171-20/+17
* Modernize tests - select(whereclause)Gord Thompson2021-07-041-3/+5
* simplify relationship caching optionsMike Bayer2021-06-091-41/+0
* Correct cache key for proxy_owner, with_context_optionsMike Bayer2021-05-101-2/+43
* loader strategy regression fixesMike Bayer2021-05-031-0/+114
* Disable raiseload in immediateload strategyMike Bayer2021-04-131-2/+28
* close session for loading testMike Bayer2021-04-091-0/+1
* convert subqueryload paths for multilevelMike Bayer2021-04-071-0/+59
* Correct for CTE correspondence w/ aliased CTEMike Bayer2021-03-311-0/+30
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-25/+25
* remove more bound metadataMike Bayer2021-01-051-58/+58
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+8
* Complete deprecation of from_self()Mike Bayer2020-09-181-80/+120
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-4/+5
* internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-2/+2
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-3/+3
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-148/+282
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-0/+80
* Convert execution to move through SessionMike Bayer2020-05-251-5/+13
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-15/+21
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-12/+12
* Remove ORDER BY pk from subqueryload, selectinloadMike Bayer2020-03-301-18/+12
* Open up check for relationships that write to the same columnMike Bayer2020-02-271-0/+4
* Include GROUP BY in _should_nest_selectable criteriaMike Bayer2019-12-301-0/+39
* Simplify _ColumnEntity, relatedMike Bayer2019-09-301-1/+2
* Run eager loaders on unexpireMike Bayer2019-08-231-3/+3
* Enable F841Mike Bayer2019-06-201-6/+6
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-72/+123
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-36/+8
* Add standalone orm.close_all method and deprecate SessionMaker.close_allAugustin Trancart2019-01-121-1/+2
* Post black reformattingMike Bayer2019-01-061-39/+81
* Run black -l 79 against all source filesMike Bayer2019-01-061-1147/+1753
* Check for non-entity when inspecting for subqueryloadMike Bayer2017-07-181-0/+19
* Set complete FROM list for subquery eagerload's orig queryMike Bayer2017-06-161-4/+87
* Add selectin loadingMike Bayer2017-04-261-2/+1
* Accommodate for query._current_path in subq eager load join_depthMike Bayer2017-04-171-2/+35
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-546/+603
* Dont set _set_select_from() for alias objectMike Bayer2017-01-191-0/+79
* Add "existing" populators for subqueryloadMike Bayer2017-01-161-1/+120
* Spelling fixesVille Skyttä2016-10-081-1/+1
* Deprecate Mapper.order_byMike Bayer2016-04-191-2/+3
* - repair the _enable_single_crit method, it was named the sameMike Bayer2014-06-301-0/+154
* - Fixed bug in subquery eager loading where a long chain ofMike Bayer2014-05-251-1/+110