On Tue, Jul 19, 2005 at 12:58:59PM +0200, Peter J. Holzer wrote: > On 2005-07-19 14:49:57 +0530, Kiran Kumar wrote: > > We could have an option to do Bulk Inserts .. > > Seconded. Actually, DBIv1 already has it (look for bind_param_array in > the manual),
And execute_array() and execute_for_fetch(). > but I think support in the DBDs is still not very good The DBI emulates the behaviour for drivers that don't have native support, so you can go ahead and use it in applications. > (there was a patch for DBD::Oracle, but if that ever was included in the > official release, I missed the announcement). There were problems with the patch. It's not been resubmitted yet. Tim.