]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
substitute include_table param rather than adding
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 May 2023 15:20:52 +0000 (11:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 May 2023 15:20:52 +0000 (11:20 -0400)
commit169d6e6804c0e6bbb5f8b2fa4217e659b49a0d9f
treea07615e3147dbc00ad691632758b8483bc9597b1
parent58d37abb049986c7cddf277c4946d7930e3c1635
substitute include_table param rather than adding

Fixed issue in :func:`_sql.values` construct where an internal compilation
error would occur if the construct were used inside of a scalar subquery.

Fixes: #9772
Change-Id: I4b0f756977abafbd2aabaaa0064baa875249ebe1
doc/build/changelog/unreleased_20/9772.rst [new file with mode: 0644]
lib/sqlalchemy/sql/compiler.py
test/sql/test_values.py