summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-03-02 20:13:42 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2016-03-02 20:26:09 -0500
commit78364b7037e273c5075b58235beed5307b7578d4 (patch)
tree3f267fb083162e0f339ec00dcd745202a8e207e1
parentdfde3b22110827a1dd452ab9a54866792e11891c (diff)
downloadsqlalchemy-78364b7037e273c5075b58235beed5307b7578d4.tar.gz
- changelog for #3666, fixes #3666
(cherry picked from commit 3d83e1639e1325af67d2bba390bd7c40838380b9)
-rw-r--r--doc/build/changelog/changelog_10.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index 209f13bdc..defaf452b 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -19,6 +19,15 @@
:version: 1.0.13
.. change::
+ :tags: bug, sql
+ :tickets: 3666
+
+ Fixed bug where "unconsumed column names" exception would fail to
+ be raised in the case where :meth:`.Insert.values` were called
+ with a list of parameter mappings, instead of a single mapping
+ of parameters. Pull request courtesy Athena Yao.
+
+ .. change::
:tags: bug, orm
:tickets: 3663