Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Data-ObjectDriver CPAN distribution.

Report information
The Basics
Id: 52772
Status: resolved
Priority: 0/
Queue: Data-ObjectDriver

People
Owner: yann.kerherve [...] gmail.com
Requestors: tomyhero [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: bulk_insert with mysql does not work.
Hi Data::ObjectDriver::Driver::DBD::mysql->bulk_insert() does not work because it generate bad SQL syntax like bellow INSERT INTO hoge(id,date) VALUES '1','2009-12-14' '2','2009-12-14' should be INSERT INTO hoge(id,date) VALUES ('1','2009-12-14'), ('2','2009-12-14') Thanks!
Thanks for reporting, do you mind testing that the code works for you with the fix (see http://github.com/yannk/data-objectdriver)? Thanks Yann
Please reopen if 0.07 didn't fix it