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

Conversation

Kenneth-Sills
Copy link
Contributor

@Kenneth-Sills Kenneth-Sills commented Jun 26, 2024

This is a copy of the changes from #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.

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.
@MelechMizrachi
Copy link
Collaborator

Just need to fix the conflict since I merged #46 first.

…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
Copy link
Contributor Author

@MelechMizrachi Of course, thanks for such a quick turnaround time! The conflict is resolved. 😄

@MelechMizrachi MelechMizrachi merged commit 09be725 into vimeo:master Jun 27, 2024
2 checks passed
@MelechMizrachi
Copy link
Collaborator

Absolutely, @Kenneth-Sills! Thanks again for the contribution :)

@MelechMizrachi
Copy link
Collaborator

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