| Project: | Prolint Issue Tracker |
| Component: | Rules |
| Category: | bug report |
| Priority: | normal |
| Assigned: | jurjen |
| Status: | closed |
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.
DEFINE TEMP-TABLE ttBlaat NO-UNDO FIELD c AS CHARACTER . FIND ttBlaat NO-ERROR.
Do not alert if object type is temp-table / work-table.
Comments
#1
Done, added to Subversion at revision 362.
#2