fluentpdo
fluentpdo copied to clipboard
Use ATTR_DEFAULT_FETCH_MODE on lower PHP versions.
PDO::FETCH_DEFAULT constant only exists in PHP 8 or higher. So check if PDO::ATTR_DEFAULT_FETCH_MODE is defined, too. Use the current PDO instance to allow changes via the PDO options.