From: Mike Bayer Date: Thu, 3 Mar 2016 01:13:42 +0000 (-0500) Subject: - changelog for #3666, fixes #3666 X-Git-Tag: rel_1_1_0b1~98^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d83e1639e1325af67d2bba390bd7c40838380b9;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - changelog for #3666, fixes #3666 --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 209f13bdc9..defaf452b1 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -18,6 +18,15 @@ .. 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