summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2023-05-12 11:20:52 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2023-05-12 11:20:52 -0400
commit169d6e6804c0e6bbb5f8b2fa4217e659b49a0d9f (patch)
treea07615e3147dbc00ad691632758b8483bc9597b1 /doc
parent58d37abb049986c7cddf277c4946d7930e3c1635 (diff)
downloadsqlalchemy-169d6e6804c0e6bbb5f8b2fa4217e659b49a0d9f.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_20/9772.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9772.rst b/doc/build/changelog/unreleased_20/9772.rst
new file mode 100644
index 000000000..ff448fabd
--- /dev/null
+++ b/doc/build/changelog/unreleased_20/9772.rst
@@ -0,0 +1,6 @@
+.. change::
+ :tags: bug, sql
+ :tickets: 9772
+
+ Fixed issue in :func:`_sql.values` construct where an internal compilation
+ error would occur if the construct were used inside of a scalar subquery.