allfinds: temp-table finds should not be included

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

Issue

The 'allfinds' rule is designed to alert for DataServer compatibility. However, the rule is also triggered by FINDs on temp-tables, which behave exactly the same regardless of the database.

Example

DEFINE TEMP-TABLE ttBlaat NO-UNDO
   FIELD c AS CHARACTER
   .

FIND ttBlaat NO-ERROR.

Solution

Do not alert if object type is temp-table / work-table.


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

Done, added to Subversion at revision 362.


#2

Status:fixed» closed