onryldz / x-superobject

Delphi Cross Platform Rapid JSON
316 stars 118 forks source link

Create SO from TDataSet where FieldType is ftAutoInc #113

Open artyom-ace opened 7 years ago

artyom-ace commented 7 years ago

Field Type ftAutoInc occurs in MySQL and PostgreSQL. As usually it's Int64. Add this type into xSuperObject.pas --> function TJSON.SuperObject(Value: TDataSet): ISuperObject; --> ftLargeint: (3372 line)

make it ftLargeint, ftAutoInc: