]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where calling :meth:`.Insert.values` with an empty list
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Feb 2014 20:18:22 +0000 (15:18 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Feb 2014 20:18:22 +0000 (15:18 -0500)
commit77ed03652580c5db925729c573b76ca32393dc67
tree634ae4d06624befb7a20bf22781ffe1c444a7afd
parentdd32540dabbee0678530fb1b0868d1eb41572dca
- Fixed bug where calling :meth:`.Insert.values` with an empty list
or tuple would raise an IndexError.   It now produces an empty
insert construct as would be the case with an empty dictionary.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/sql/dml.py
test/sql/test_insert.py