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
PDOException: SQLSTATE[IMSSP]: The given attribute is only supported on the PDOStatement object. in /srv/app-service-auth/vendor/paragonie/easydb/src/EasyDB.php:50
As I understand it, the setting is off by default anyway, so this line would be a no-op if accepted. Would it be possible to accept the attribute, but only accept a value of false? That way, libraries wouldn't need driver-specific workarounds.
The text was updated successfully, but these errors were encountered:
Yes @IMSoP we are looking into implementing this as a legitimate connection attribute but the emulate prepare option the users set for the prepared statements still overrides it.
Hi,
Some libraries which wrap PDO try to ensure emulated prepares are off on newly created connections, e.g. EasyDB.
However, this driver defines that variable as "statement-level only" so gives an error:
As I understand it, the setting is off by default anyway, so this line would be a no-op if accepted. Would it be possible to accept the attribute, but only accept a value of false? That way, libraries wouldn't need driver-specific workarounds.
The text was updated successfully, but these errors were encountered: