PEP 249 (database api) -- executemany() with iterable?

Antoine Pitrou solipsis at pitrou.net
Tue Oct 12 14:49:35 EDT 2010


On Tue, 12 Oct 2010 13:58:37 -0400
Terry Reedy <tjreedy at udel.edu> wrote:
> On 10/12/2010 11:10 AM, Roy Smith wrote:
> > PEP 249 says about executemany():
> >
> >          Prepare a database operation (query or command) and then
> >          execute it against all parameter sequences or mappings
> >          found in the sequence seq_of_parameters.
> >
> > are there any plans to update the api to allow an iterable instead of
> > a sequence?
> 
> That question would best be addressed to the pep author
> Marc-André Lemburg <mal at lemburg.com>

Or, rather to python-ideas. Python development isn't supposed to happen
in private.

Regards

Antoine.





More information about the Python-list mailing list