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

fix: use default fetch mode for PHP8 PDO implementation #45

Merged
merged 2 commits into from
Jun 27, 2024
Merged

fix: use default fetch mode for PHP8 PDO implementation #45

merged 2 commits into from
Jun 27, 2024

Commits on Jun 26, 2024

  1. fix: use default fetch mode for PHP8 PDO implementation

    This is a copy of the changes from PR#15 (0e864b2), making the
    two versions of `FakePdo` behave the same WRT respecting
    `->setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE, *)`.
    
    Made sure to add an appropriate test.
    Kenneth-Sills committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1309f7c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Merge branch 'master' of https://github.com/Kenneth-Sills/php-mysql-e…

    …ngine into kesills-php8-fetch-mode
    
    The new test conflicted with another one being added. I accepted the incoming
    changes, then just copy and pasted this branch's test above it.
    Kenneth-Sills committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3260c52 View commit details
    Browse the repository at this point in the history