Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Make $st->execute_array(\%attr,@bind_values) work ....#7

Open
ryleyb wants to merge 2 commits intobluescreen10:masterfrom
ryleyb:bluescreen10-dbd
Open

Make $st->execute_array(\%attr,@bind_values) work ....#7
ryleyb wants to merge 2 commits intobluescreen10:masterfrom
ryleyb:bluescreen10-dbd

Conversation

@ryleyb
Copy link

@ryleyb ryleyb commented May 10, 2016

Well, closer to how DBI actually works, in that column-wise parameters are used sequentially.

I added another commit here that also separately tracks what parameters were bound for each execute done (either via execute_array or via multiple calls to execute).

Ryley Breiddal added 2 commits May 10, 2016 10:17
Well, closer to how DBI actually works, in that column-wise parameters are used sequentially.
This adds the all_bound_params property to StatementTrack, which has an array item for each execute of the statement.

Each item in the array is an arrayref of the bound parameters for that execute.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant