diff options
| author | Federico Caselli <cfederico87@gmail.com> | 2023-03-27 22:03:44 +0200 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-03-27 19:46:09 -0400 |
| commit | 2dc24ced0e94c50623aab41c75e42883d68a846a (patch) | |
| tree | 30976c74974e49e60a5917cff8d547f2a2b46003 /doc | |
| parent | c7ce7ff0225fe0ddaf63f0706429b885410de365 (diff) | |
| download | sqlalchemy-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.rst | 6 |
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. |
