summaryrefslogtreecommitdiff
path: root/test/orm/test_ac_relationships.py
Commit message (Expand)AuthorAgeFilesLines
* add deterministic imv returning ordering using sentinel columnsMike Bayer2023-04-211-0/+2
* consider aliased mappers in cycles alsoMike Bayer2023-04-021-0/+63
* apply of_type error message to load.options() as wellMike Bayer2023-01-301-1/+1
* factor out UnboundLoad and rearchitect strategy_options.pyMike Bayer2021-12-271-10/+11
* change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-1/+1
* deprecation warnings: strings in loader options, join, with_parentMike Bayer2021-10-251-5/+3
* use correct entity in path for aliased class relationshipMike Bayer2021-10-221-5/+49
* remove more bound metadataMike Bayer2021-01-051-4/+5
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-6/+4
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-4/+4
* Remove ORDER BY pk from subqueryload, selectinloadMike Bayer2020-03-301-1/+1
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-1/+1
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-0/+292