Fix in DataFeed
This commit is contained in:
@@ -775,7 +775,7 @@ begin
|
||||
|
||||
if allScalar then
|
||||
begin
|
||||
def := TScalarRecordRegistry.Intern(scalarDefFields);
|
||||
def := TScalarRecord.TRegistry.Intern(scalarDefFields);
|
||||
staticType := TTypes.CreateRecord(def);
|
||||
Result := TAst.RecordLiteral(Node.Identity, fieldList, def, nil, staticType);
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user