Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Richard ChapmanRichard Chapman(Deactivated)Reporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
Not specified
Details
Details
Components
Assignee
Richard Chapman
Richard Chapman(Deactivated)Reporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
Created August 21, 2020 at 11:15 AM
Updated September 3, 2020 at 3:03 PM
Resolved September 3, 2020 at 3:03 PM
e.g. if src is:
srcRec := RECORD
DATASET(childrec) kids;
END;
and destination is:
dstRec := RECORD
childrec kids;
END;
This should be an error, but instead the target fields are filled by defaults, and the source is dropped.
Whenever the target is a nested record like this, and the source isn't, it should be an error.
Q: what about the case where the source contains all the fields (or some) of the nested record?