summaryrefslogtreecommitdiff
path: root/test/orm/test_selectin_relations.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize tests - session_query_getGord Thompson2021-10-281-9/+7
* deprecation warnings: strings in loader options, join, with_parentMike Bayer2021-10-251-11/+16
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-97/+109
* Modernize tests - select(whereclause)Gord Thompson2021-07-041-3/+5
* specify tuple_in for composite selectinload test / mssqlMike Bayer2021-05-011-0/+2
* track_on needs to be a fixed size, support sub-tuplesMike Bayer2021-04-301-0/+64
* Disable raiseload in immediateload strategyMike Bayer2021-04-131-2/+28
* 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-67/+67
* lambda refactor post-production fixesMike Bayer2020-12-171-1/+0
* Major revisals to lambdasMike Bayer2020-12-161-1/+8
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+1
* Complete deprecation of from_self()Mike Bayer2020-09-181-46/+78
* 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-2/+2
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-5/+2
* Baked query needs to spoil fully on uncachable optionMike Bayer2020-05-041-33/+108
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-22/+22
* Key subqueryloaders on the property object, not string keyMike Bayer2020-04-031-0/+109
* Remove ORDER BY pk from subqueryload, selectinloadMike Bayer2020-03-301-13/+13
* Open up check for relationships that write to the same columnMike Bayer2020-02-271-3/+13
* Add pyprojectFederico Caselli2020-01-271-1/+1
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-6/+6
* omit_join=True is not supportedMike Bayer2019-10-301-0/+40
* Ensure states with null m2o FK value are still populated by selectinloaderMike Bayer2019-09-301-1/+82
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-20/+20
* Run eager loaders on unexpireMike Bayer2019-08-231-3/+3
* Don't assume m2o key is present in the dictionaryMike Bayer2019-07-231-0/+78
* Optimize out JOIN for selectinload with many to oneMike Bayer2019-07-191-17/+336
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-72/+124
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-36/+8
* Post black reformattingMike Bayer2019-01-061-37/+81
* Run black -l 79 against all source filesMike Bayer2019-01-061-1009/+1554
* selectinload omit joinJayson Reis2018-10-101-55/+41
* Ensure select_from_entity adapter is used in adjust_for_single_inheritanceMike Bayer2018-04-191-0/+59
* Limit select in loading for correct typesMike Bayer2018-01-121-1/+144
* Add selectin loadingMike Bayer2017-04-261-0/+1985