-
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
$this->getEM()->getConnection()->executeQuery(
'UPDATE package SET dumpedAt=:dumped WHERE id IN (:ids)',
[
'ids' => $ids,
'dumped' => $dt,
],
['ids' => Connection::PARAM_INT_ARRAY]
);
leads to
426 Unresolvable Query: Cannot simulate parameter value for type:
non-empty-array<int, int>.
💡 Make sure all variables involved have a non-mixed type and
array-types are specified.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working