]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
ensure compiler is not optional in create_for_statement()
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Mar 2025 22:01:15 +0000 (17:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Mar 2025 22:38:42 +0000 (17:38 -0500)
commitd9b4d8ff3aae504402d324f3ebf0b8faff78f5dc
tree86ab707d4e80add82aba0c78cfba52a1f6076184
parentd6f11d9030b325d5afabf87869a6e3542edda54b
ensure compiler is not optional in create_for_statement()

this involved moving some methods around and changing the
target of legacy orm/query.py calling upon this method to
use an ORM-specific method instead

Change-Id: Ib977f08e52398d0e082acf7d88abecb9908ca8b6
lib/sqlalchemy/orm/context.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/base.py
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/selectable.py
test/ext/test_hybrid.py
test/orm/test_froms.py