summaryrefslogtreecommitdiff
path: root/test/orm/test_selectin_relations.py
Commit message (Expand)AuthorAgeFilesLines
* 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