internal/prolint/rules/abbrevtable.p - rule incorrect for DataServers

Project:Prolint Issue Tracker
Component:Code
Category:bug report
Priority:normal
Assigned:jurjen
Status:closed
Description

The above rule does not work for DataServers - _file is being checked in ALL connected databases, it should only be checked in the Progress databases since they are the only ones that contain _file meta info. Insert the following at line 99:

if dbtype( v-idx ) <> "PROGRESS":U then
next dbscan.


Comments

Comment viewing options

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

#1

Assigned to:Anonymous» jurjen
Status:active» fixed

Fixed and commited to subversion, revision 384.
Thanks Stefan, I have never used any other database than Progress so I am not aware of any dataserver issues, so please continue to report any issues you find.


#2

Status:fixed» closed