You are not logged in.
Some enhancements in SQLite3Comons.pas unit:
- sftMany/TSQLRecordMany field type handled as a not simple field
- new TSQLRecord.SimplePropertiesFill() method, to fill the simple properties with a given list of const parameters, following the declared order of published properties of the supplied table
- new TSQLRest.Add(aTable: TSQLRecordClass; const aSimpleFields: array of const) overloaded method to add a record from a supplied list of const parameters
- new TSQLRest.Update(aTable: TSQLRecordClass; aID: integer; const aSimpleFields: array of const) overloaded method to update a record from a supplied list of const parameters
Also fixed the collation implementation in SQLite3.pas.
Offline