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.
Only oracle supports lock timeouts and no other vendor seems to plan to support it. I move to 2.x, but i guess this would rather be an issue of user extension.