Project

General

Profile

Bug #6533

dynamic equals operator

Added by Constantin Asofiei about 2 years ago. Updated about 2 years ago.

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

0%

billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:

History

#1 Updated by Constantin Asofiei about 2 years ago

This test works fine in 4GL:

def temp-table tt1 field f1 as log.
def var h as handle.
create tt1.
h = buffer tt1:buffer-field(1).
def var l as log.

l = h:buffer-value = "".

I can't find any support for a 'dynamic equals', emitted for POLY cases.

Ovidiu: do you recall something like this?

#3 Updated by Constantin Asofiei about 2 years ago

I have a fix for the above in 6129a/13946.

Greg: if we don't already have, I think we need to check all compare operators (with data-type combinations) for POLY cases.

Also available in: Atom PDF