viniciussanchez / dataset-serialize

JSON to DataSet and DataSet to JSON converter for Delphi and Lazarus (FPC)
MIT License
645 stars 156 forks source link

Add the Precision property in LoadFieldStructure #175

Closed armandoboza closed 1 year ago

armandoboza commented 1 year ago

Adjustment of the LoadFieldStructure to add the Precision property, because it is used in the NewDataSetField function of DataSet.Serialize.Utils.

For FPC (tested) and Delphi (untested).