Bug #2554
Temp-tables with different labels / column labels are converted to the same TempRecord class.
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
04/22/2015
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
Related issues
History
#1 Updated by Stanislav Lomany about 11 years ago
Conversion bug - two temp-tables with different labels / column labels are converted to the same TempRecord class. Example:test.p:
def temp-table tt1
field f1 as integer label "label 1".
create tt1.
test2.p:
def temp-table tt1
field f1 as integer label "label 2".
create tt1.