]> 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:12:47 +0000 (20:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 12 Jun 2012 00:12:47 +0000 (20:12 -0400)
commit8214a7e6660d4db94384176b8ed3650633cf4d25
tree5c4d5cc3a30bcea48c44db868e41c5f8e78bf21e
parentd7e8adc20de7927bee87d9ae8c582918bc4faa76
- [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].
CHANGES
lib/sqlalchemy/engine/base.py
test/aaa_profiling/test_zoomark.py
test/engine/test_execute.py