You are not logged in.
Now SQLite3.pas and SQLite3Commons.pas will handle some new types for the TSQLRecord published properties:
- dynamic arrays (stored as BLOB using our TDynArray efficient format);
- TPersistent published properties stored as TEXT, in JSON object format;
- TCollection published properties stored as TEXT, in JSON array of objects format;
- TRawUTF8List and TStrings published properties stored as TEXT, in JSON array of UTF-8 string format.
Associated regression tests have been added. Now more than 4,250,000 individual tests are processed by TestSQLite3.dpr.
Documentation has also been enhanced A LOT, and details for instance all those new properties types.
One new step toward the 1.13 release!
Only missing feature till the release: the .log file viewer.
Offline