mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
DataSetToJsonObject serializer: Added TFieldType.ftWord to the list of types to be serialized
This commit is contained in:
parent
36c2a2201e
commit
2bb620bec2
@ -614,7 +614,7 @@ begin
|
|||||||
ftBoolean:
|
ftBoolean:
|
||||||
AJsonObject.B[lField.FieldName] := ADataSet.Fields[lField.I].AsBoolean;
|
AJsonObject.B[lField.FieldName] := ADataSet.Fields[lField.I].AsBoolean;
|
||||||
|
|
||||||
ftInteger, ftSmallint, ftShortint, ftByte:
|
ftInteger, ftSmallint, ftShortint, ftByte, ftWord:
|
||||||
AJsonObject.I[lField.FieldName] := ADataSet.Fields[lField.I].AsInteger;
|
AJsonObject.I[lField.FieldName] := ADataSet.Fields[lField.I].AsInteger;
|
||||||
|
|
||||||
ftLargeint, ftAutoInc, ftLongword:
|
ftLargeint, ftAutoInc, ftLongword:
|
||||||
|
Loading…
Reference in New Issue
Block a user