]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- changelog for #3666, fixes #3666
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Mar 2016 01:13:42 +0000 (20:13 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Mar 2016 01:13:42 +0000 (20:13 -0500)
doc/build/changelog/changelog_10.rst

index 209f13bdc9383ebf1c2aef198f19baba41c59eaf..defaf452b1f186ab800a60454bb77a26f7e0ba08 100644 (file)
 .. changelog::
     :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