]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where multi-valued :class:`.Insert` construct would fail
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jul 2014 22:28:07 +0000 (18:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Jul 2014 22:28:23 +0000 (18:28 -0400)
commit6fad9651b7226b81baba146bccdd5d6f4c33d950
tree25ab303449abdee46143b2d0b3a9dcd8c7439520
parent110801750ebc212c5820e053590464c42d9f5257
- Fixed bug where multi-valued :class:`.Insert` construct would fail
to check subsequent values entries beyond the first one given
for literal SQL expressions.
fixes #3069
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/compiler.py
test/sql/test_insert.py