summaryrefslogtreecommitdiff
path: root/test/orm/inheritance/test_poly_loading.py
Commit message (Expand)AuthorAgeFilesLines
* include columns from superclasses that indicate "selectin"Mike Bayer2023-02-271-0/+234
* skip ad-hoc properties within subclass_load_via_inMike Bayer2022-10-231-0/+109
* support selectin_polymorphic w/ no fixed polymorphic_onMike Bayer2022-03-081-47/+292
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-12/+12
* change state.load_options to a tupleMike Bayer2022-01-111-1/+1
* ensure with_options not switched to a listMike Bayer2022-01-101-8/+77
* factor out UnboundLoad and rearchitect strategy_options.pyMike Bayer2021-12-271-3/+9
* use load_scalar_attributes() for undeferMike Bayer2021-12-191-4/+4
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Merge "upgrade deferred loader to regular loader if refresh_state" into mainmike bayer2021-11-091-1/+165
|\
| * upgrade deferred loader to regular loader if refresh_stateMike Bayer2021-11-091-1/+165
* | change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-16/+20
|/
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-1/+2
* remove more bound metadataMike Bayer2021-01-051-9/+10
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-1/+1
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-4/+4
* Remove ORDER BY pk from subqueryload, selectinloadMike Bayer2020-03-301-4/+3
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-16/+16
* Post black reformattingMike Bayer2019-01-061-22/+26
* Run black -l 79 against all source filesMike Bayer2019-01-061-175/+194
* selectinload omit joinJayson Reis2018-10-101-17/+16
* Ensure BakedQuery is cloned before we add options to itMike Bayer2018-06-261-2/+168
* Ensure we have states to load when doing poly post loadMike Bayer2018-02-231-0/+29
* Enable multi-level selectin polymorphic loadingMike Bayer2017-08-071-4/+214
* selectin polymorphic loadingMike Bayer2017-06-051-0/+260