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 Jan 29, 2020. It is now read-only.
==> An exception has been thrown in file tests/units/Preferences.php on line xx:
==> PDOException: SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens in vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Statement.php:239
==> Stack trace:
==> #0 vendor/zendframework/zend-db/src/Adapter/Driver/Pdo/Statement.php(239): PDOStatement->execute()
==> #1 lib/Preferences.php(310): Zend\Db\Adapter\Driver\Pdo\Statement->execute(Array)
[...]
Array passed to Statement::execute() looks like:
array(
'name' => 'lang',
'value' => 'en_US'
)
Thank you.
The text was updated successfully, but these errors were encountered:
Trying to execute a prepared query with named parameters. Works well with 2.9.2 but fails on 2.9.3.
Code to reproduce the issue
Something like:
Expected results
Query success.
Actual results
Fails with the following exception:
Array passed to
Statement::execute()
looks like:Thank you.
The text was updated successfully, but these errors were encountered: