On 2009-03-19 13:40, Tim Chase wrote:
>> DB-API 2.0 has cursor.executemany() to make this differentiation
>> at the API level. mxODBC will lift this requirement in the next
>> version, promised :-)
>
> glad to hear...will executemany() take an arbitrary iterable? My
> (albeit somewhat-antiquated
DB-API 2.0 has cursor.executemany() to make this differentiation
at the API level. mxODBC will lift this requirement in the next
version, promised :-)
glad to hear...will executemany() take an arbitrary iterable? My
(albeit somewhat-antiquated) version balked at anything that
wasn't a list/t