]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
don't use LABEL_STYLE_TABLENAME_PLUS_COL in _LazyLoader
authorInada Naoki <songofacandy@gmail.com>
Wed, 22 Oct 2025 12:33:53 +0000 (21:33 +0900)
committerInada Naoki <songofacandy@gmail.com>
Wed, 22 Oct 2025 12:33:53 +0000 (21:33 +0900)
commit802eb31fb97505bb8154bc9818cb9ad6fc03408d
tree03b475cbefba5466a9a4bce523c8ff5b051d01c3
parentb5651efbb92bbd5b2ec58b09855b50ec82f96159
don't use LABEL_STYLE_TABLENAME_PLUS_COL in _LazyLoader
17 files changed:
doc/build/orm/queryguide/columns.rst
doc/build/orm/quickstart.rst
doc/build/tutorial/orm_data_manipulation.rst
doc/build/tutorial/orm_related_objects.rst
lib/sqlalchemy/orm/strategies.py
test/orm/inheritance/test_poly_loading.py
test/orm/inheritance/test_relationship.py
test/orm/test_ac_relationships.py
test/orm/test_cascade.py
test/orm/test_deferred.py
test/orm/test_eager_relations.py
test/orm/test_events.py
test/orm/test_lazy_relations.py
test/orm/test_relationship_criteria.py
test/orm/test_relationships.py
test/orm/test_subquery_relations.py
test/orm/test_unitofworkv2.py