cerndb / dbod-core

DB On Demand management infrastructure core library
GNU General Public License v3.0
5 stars 1 forks source link

DB: Bulk inserts not working #33

Open icot opened 8 years ago

icot commented 8 years ago

Only the first element of the array gets inserted when doing:

my @values =  (1, 'test', 2, 'test2');
$db->do('insert into a values (?, ?);