You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use default fetch mode for PHP8 PDO implementation (#45)
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.
0 commit comments