]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
consolidate kwargs for "FOR UPDATE OF"
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Mar 2025 12:33:30 +0000 (08:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Mar 2025 12:36:18 +0000 (08:36 -0400)
commit21630d2574328a0f01a1e994e264f56f1adf99db
tree8c4f291374e36e8c513c5a4c11ba15194e42f64f
parentdfc3bf988b27ab980d8da91fe38cbf152ae486a9
consolidate kwargs for "FOR UPDATE OF"

Fixed compiler issue in the PostgreSQL dialect where incorrect keywords
would be passed when using "FOR UPDATE OF" inside of a subquery.

Fixes: #12417
Change-Id: I6255d165e8e719e1786e78aa60ee8e6a95af1dcb
doc/build/changelog/unreleased_20/12417.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_compiler.py