Maintaining an Insert Cursor across edit operations can result in inconsistent results.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM038627
已提交
September 19, 2008
上次修改时间
April 2, 2025
适用范围
No Product Found
找到的版本
10.0
修正版本
10.0
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
It is never recommended to keep the scope of any cursor across the span of an edit operation. The cursor should be released at the end of the edit operation to ensure the cursors consistency. The correct workflow is to either finish executing the cursor within the edit operation as 1 batch of changes or release the cursor on the stop edit operation and re-open the cursor at the start of the next edit operation.