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
Question: I wonder if the adapter should be checked before adding the default attribute ('ATTR_EMULATE_PREPARES) ?
Stack Trace
in vendor/propel/propel/src/Propel/Runtime/Connection/PdoConnection.php at line 76 -
$attribute = constant($attribute);
}
return parent::setAttribute($attribute, $value);
}
kinekt4
changed the title
Driver does not support setting attributes (SQLSTATE[IM001])
MSSQL - Driver does not support setting attributes (SQLSTATE[IM001])
Sep 22, 2017
When making a connection to a MS SQL Server from Symfony2:
I get the following error:
This happens when trying to set the following:
However, even when this is removed, the error still persists because the DependencyInjector adds in a default:
If I remove like so, it works:
Question: I wonder if the adapter should be checked before adding the default attribute ('ATTR_EMULATE_PREPARES) ?
Stack Trace
adapter: mssql
driver: pdo_dblib
framework: symfony2
propel version: 2.0.0-dev
The text was updated successfully, but these errors were encountered: