Details
Description
After the implementation of DDC-178 there is now only outstanding the support for locking queries based on a given timeout.
This will be a DQL query feature only and be available via a query hint:
$query->setHint(Query::LOCK_TIMEOUT, $timeoutMs);
It will be only working on Oracle.