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.
If this is to be implemented for 2.0, it needs to happen for RC1, therefore rescheduling to RC1. Feel free to reschedule to 2.x if necessary.