Set default fetch style by Javakky-pxv · Pull Request #15 · vimeo/php-mysql-engine

PDO::ATTR_DEFAULT_FETCH_MODE is the key for setAttribute, not fetch_style. (https://www.php.net/manual/en/pdo.setattribute.php) The default for fetch_style is PDO::FETCH_BOTH, so set it. (https://w...