The query occurs a error below code, it is a bug of Phalcon?
Why is wrong? Thanks.
$money = '111';
$phql = 'update User set money = :money: + money WHERE id = 17';
$result = $this->modelsManager->executeQuery($phql,[
'money' => $money
]);
This is the error message:
PDOException: SQLSTATE[HY093]: Invalid parameter number: mixed named and positional parameters