]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
restore generative to with_statement_hint
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Aug 2024 16:18:25 +0000 (12:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Aug 2024 16:19:05 +0000 (12:19 -0400)
commita9747467a8b6e8212f758aaceffdc96f087e15bb
tree8909922a2923ed12f96a7eeadc69ac948136123d
parentfeef2ca411b5f3efbbd879a46dab297c1e30b42a
restore generative to with_statement_hint

Fixed regression in :meth:`_sql.Select.with_statement_hint` and others
where the generative behavior of the method stopped producing a copy of the
object.

Fixes: #11703
Change-Id: Ia4482f91f76fae9982dc6b075bf5cfec7042ffa6
doc/build/changelog/unreleased_20/11703.rst [new file with mode: 0644]
lib/sqlalchemy/sql/selectable.py
test/sql/test_select.py