REPEAT FOR xx generates SHARE-LOCK rule

Project:Prolint Issue Tracker
Component:Rules
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

the following code:

REPEAT FOR CampaignData TRANSACTION lv_i = 1 TO 100 :

gives the incorrect rule :

FOR CampaignData has no NO-LOCK / EXCLUSIVE-LOCK


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
tamhas's picture

I don't see either an

I don't see either an Exclusive lock or no lock in the code.


jurjen's picture

#1

Status:active» fixed

You're right Julian, thanks.
Fixed and added to subversion, revision 377:

http://websvn.oehive.org/filedetails.php?repname=prolint&path=%2Ftrunk%2...


#2

this may sound stupid, but where can I svn the latest trunk from ?


jurjen's picture

#3

The trunk is at
svn://oehive.org/prolint/trunk/prolint


#4

Status:fixed» closed