]> 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:07 +0000 (18:28 -0400)
commiteb4abda8117263f1e1775460b47076ec70e092d4
treea3d76c4ca6f17ac46d251eb2d4d6962f8e372aa2
parentc6de724785df9beeb38a8796d5f37d9e1d9a0a83
- 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