Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow using PDO-only fetch modes for now
Other drivers (including the cache) never supported fetch modes that are not listed in `FetchMode`. Converting between the contants is only done for PDO, so BC only needs to be restored here. PDO will validate the fetch mode, we don’t have to.
- Loading branch information