Add new clause to FOR UPDATE WITH LOCK:  SKIP LOCKED - for selecting 'free' 
record(s) from table or updatable view
------------------------------------------------------------------------------------------------------------------

                 Key: CORE-4385
                 URL: http://tracker.firebirdsql.org/browse/CORE-4385
             Project: Firebird Core
          Issue Type: Improvement
            Reporter: Pavel Zotov


Currently one need to write cursor with trying to update record and catch lock 
conflicts in when-block to skip rows which are locked by others.
It will be useful if FB has the mechanism to obtain non-locked record(s) 
directly in SELECT statement.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to