]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
don't use LABEL_STYLE_TABLENAME_PLUS_COL in _SelectInLoader
authorInada Naoki <songofacandy@gmail.com>
Thu, 23 Oct 2025 06:30:41 +0000 (15:30 +0900)
committerInada Naoki <songofacandy@gmail.com>
Thu, 23 Oct 2025 07:05:40 +0000 (16:05 +0900)
commitbcce48f2a6c5c801b9db2925f6fd2d96401781b2
treeb942f7f247028b4496b7c6357a617389494c3575
parent0140d3b56fab9283f53ad2b61c01bd00bd3c420e
don't use LABEL_STYLE_TABLENAME_PLUS_COL in _SelectInLoader
12 files changed:
doc/build/orm/extensions/asyncio.rst
doc/build/orm/queryguide/columns.rst
doc/build/orm/queryguide/inheritance.rst
doc/build/tutorial/orm_related_objects.rst
lib/sqlalchemy/orm/strategies.py
test/orm/inheritance/test_poly_loading.py
test/orm/inheritance/test_single.py
test/orm/test_ac_relationships.py
test/orm/test_deferred.py
test/orm/test_relationship_criteria.py
test/orm/test_relationships.py
test/orm/test_selectin_relations.py