Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB: Bulk inserts not working #33

Open
icot opened this issue Nov 2, 2015 · 0 comments
Open

DB: Bulk inserts not working #33

icot opened this issue Nov 2, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@icot
Copy link
Member

icot commented Nov 2, 2015

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

my @values =  (1, 'test', 2, 'test2');
$db->do('insert into a values (?, ?);                     
@icot icot self-assigned this Nov 2, 2015
@icot icot added this to the 1.0.0 milestone Nov 2, 2015
@icot icot added the bug label Nov 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant