Re: mxODBC (was "split problem if the delimiter is inside the text limiter")

2009-03-19 Thread M.-A. Lemburg
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

Re: mxODBC (was "split problem if the delimiter is inside the text limiter")

2009-03-19 Thread Tim Chase
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