Sorry, please check the ticket you posted, that's not a production version
version of SQLalchemy you're using, and you also did not specify MySQLdb
version or an adequate test case. The error cannot be reproduced.
On Jun 19, 2010, at 11:51 AM, Didip Kerabat wrote:
> Hi all,
>
> when running
Hi all,
when running engine.execute("my query without optional escaped
arguments").fetchall(),
/Library/Python/2.6/site-packages/SQLAlchemy-0.6beta1-py2.6.egg/sqlalchemy/engine/base.py:
self.__distill_params returns an empty tuple.
but, inside /Library/Python/2.6/site-packages/MySQLdb/curso