Bug #7314
conversion issue for FIRST-OF(f1) when there is a collision between the field name and a var name
Start date:
Due date:
% Done:
100%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#2 Updated by Constantin Asofiei about 3 years 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 3 years ago
Fixed in 7199c rev 14563.
#4 Updated by Greg Shah about 3 years ago
- Status changed from Review to Test
Code Review Task Branch 7199c Revision 14563
No objections.
#5 Updated by Constantin Asofiei about 3 years ago
7199c was merged to trunk rev 14610 and archived
#6 Updated by Greg Shah about 3 years ago
- Status changed from Test to Closed