summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2023-03-27 22:03:44 +0200
committerMike Bayer <mike_mp@zzzcomputing.com>2023-03-27 19:46:09 -0400
commit2dc24ced0e94c50623aab41c75e42883d68a846a (patch)
tree30976c74974e49e60a5917cff8d547f2a2b46003 /doc
parentc7ce7ff0225fe0ddaf63f0706429b885410de365 (diff)
downloadsqlalchemy-2dc24ced0e94c50623aab41c75e42883d68a846a.tar.gz
Improve from_select typing
Properly type :paramref:`_dml.Insert.from_select.names` to accept a list of string or columns or mapped attributes. Fixes: #9514 Change-Id: I2a3396454e79bd2113fc3d57d1252a2e6d141310
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_20/9514.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9514.rst b/doc/build/changelog/unreleased_20/9514.rst
new file mode 100644
index 000000000..cb2d7761e
--- /dev/null
+++ b/doc/build/changelog/unreleased_20/9514.rst
@@ -0,0 +1,6 @@
+.. change::
+ :tags: bug, orm, typing
+ :tickets: 9514
+
+ Properly type :paramref:`_dml.Insert.from_select.names` to accept
+ a list of string or columns or mapped attributes.