We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Creating a new Database instance with SQLSRV throws the following:
The given attribute is only supported on the PDOStatement object.
$pdo = new \Slim\PDO\Database($dsn, $username, $password);
If I comment out the following line, the error doesn't get thrown and I can use the database object as intended.
\PDO::ATTR_ERRMODE => \PDO::ERRMODE_EXCEPTION,
The text was updated successfully, but these errors were encountered:
0667b98
No branches or pull requests
Creating a new Database instance with SQLSRV throws the following:
If I comment out the following line, the error doesn't get thrown and I can use the database object as intended.
The text was updated successfully, but these errors were encountered: