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
{{ message }}
This repository has been archived by the owner on May 16, 2018. It is now read-only.
/* @var $s \Zend_Db_Statement /
$s->prepare("/ / SELECT ':0'"); // fine
$s->prepare(""/'*/ SELECT ':0'"); // throws Zend_Db_Statement_Exception, "Invalid bind-variable name ':0'"
Not sure whether this is the job of _stripQuoted or _parseParameters.
The text was updated successfully, but these errors were encountered: