| http://www.w3.org/ns/prov#value | - As for doing UPDATEs (via a 2nd cursor) while there is an outstanding cursor used for the original SELECT -- you ask if this is a bad idea -- I do not know if you are worried about correctness or performance (correctness: the cursor gets confused and does not iterate all the rows it should exactly once; performance: the cursor does iterate all the rows it should exactly once but there are a bunch of e
|