mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-667: Lock Timeout Query Hint for DQL Queries #820
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Jul 4, 2010).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user @beberlei:
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:
It will be only working on Oracle.
@doctrinebot commented on GitHub (Aug 30, 2010):
Comment created by romanb:
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.
@doctrinebot commented on GitHub (Sep 16, 2010):
Comment created by @beberlei:
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.