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

Commits on Nov 3, 2024

  1. tests for $sth->{ParamValues} attrib (gh perl5-dbi#447)

    confirming behavior of this attribute
    before and after execution on prepared statements,
    with and without bound values.
    myrrhlin committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    bb3a3bc View commit details
    Browse the repository at this point in the history
  2. set index offset for when gh#447 is fixed

    ParamValues attribute is a hashref whose keys should be
    integers startign with 1, for the placeholders in the
    prepared statement.
    myrrhlin committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    b3fc086 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d654262 View commit details
    Browse the repository at this point in the history
  4. doc: reorder mentioned sth attributes

    ALL_CAP attributes before WordCase,
    and mysql_* private attributes last.
    alphabetic order within each group.
    myrrhlin committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    e2e42a4 View commit details
    Browse the repository at this point in the history