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

issue #447 tests for $sth->{ParamValues} attribute #450

Merged
merged 4 commits into from
Nov 4, 2024

Conversation

myrrhlin
Copy link
Contributor

@myrrhlin myrrhlin commented Nov 3, 2024

confirming expected behavior of this attribute
before and after execution on prepared statements,
with and without bound values.

and some docs.

confirming behavior of this attribute
before and after execution on prepared statements,
with and without bound values.
ParamValues attribute is a hashref whose keys should be
integers startign with 1, for the placeholders in the
prepared statement.
ALL_CAP attributes before WordCase,
and mysql_* private attributes last.
alphabetic order within each group.
@dveeden dveeden merged commit 3482ae0 into perl5-dbi:master Nov 4, 2024
1 of 8 checks passed
@myrrhlin myrrhlin deleted the gh447-test branch November 4, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants