[Sqlalchemy-tickets] Issue #3938: TypeError: not enough arguments for format string (zzzeek/sqlalch
Brought to you by:
zzzeek
From: Sean M. <iss...@bi...> - 2017-03-14 10:04:25
|
New issue 3938: TypeError: not enough arguments for format string https://bitbucket.org/zzzeek/sqlalchemy/issues/3938/typeerror-not-enough-arguments-for-format Sean Mars: I get the "TypeError: not enough arguments for format string" when i execute by compiled object with mysql.dialect(). ```python ... table.insert().values(id=id).compile(bind=conn, dialect=mysql.dialect()) conn.execute(ins) ... ``` Responsible: zzzeek |