#1 2011-04-26 18:11:02

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,183
Website

SQLite3 Framework: dynamic array, TPersistent, TCollection properties

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

Board footer

Powered by FluxBB