Open artyom-ace opened 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:
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: