]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug affecting Py3K whereby
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Jun 2012 00:11:05 +0000 (20:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Jun 2012 00:11:05 +0000 (20:11 -0400)
commit5cc0bb04749922aa13864e495b70b79e8f3fdaf9
treea342ea82152fd4327354445e958dd13a7caaf690
parent405b00f1de00759b4def7cc893aab9e9eafba63d
- [bug] Fixed bug affecting Py3K whereby
string positional parameters passed to
engine/connection execute() would fail to be
interpreted correctly, due to __iter__
being present on Py3K string.
[ticket:2503].  Also in 0.7.8.
CHANGES
lib/sqlalchemy/engine/base.py
test/aaa_profiling/test_zoomark.py
test/engine/test_execute.py