Project

General

Profile

Bug #7314

conversion issue for FIRST-OF(f1) when there is a collision between the field name and a var name

Added by Constantin Asofiei about 1 year ago. Updated 12 months ago.

Status:
Closed
Priority:
Normal
Target version:
-
Start date:
Due date:
% Done:

100%

billable:
No
vendor_id:
GCD
case_num:
version:

History

#2 Updated by Constantin Asofiei about 1 year ago

  • % Done changed from 0 to 100
  • Assignee set to Constantin Asofiei
  • Status changed from New to Review

The problem is described by this test:

def temp-table tt1 field f1 as int.
def var f1 as char.
for each tt1 break by f1: 
   if first-of(f1) 
   then do:
      message "first".
   end. 
end.

This applies for FIRST, FIRST-OF, LAST, LAST-OF and BY clauses.

#3 Updated by Constantin Asofiei about 1 year ago

Fixed in 7199c rev 14563.

#4 Updated by Greg Shah about 1 year ago

  • Status changed from Review to Test

Code Review Task Branch 7199c Revision 14563

No objections.

#5 Updated by Constantin Asofiei 12 months ago

7199c was merged to trunk rev 14610 and archived

#6 Updated by Greg Shah 12 months ago

  • Status changed from Test to Closed

Also available in: Atom PDF