History

 [11/15/2002]   TinyDB Version 2.92
Added TTinyDatabase.AutoFlush, AutoFlushInterval;
Fixed the bugs of TTinyDatabase.Repair and Repair;
 [8/1/2002]   TinyDB Version 2.91
Fixed the bugs of TTinyDBIniFile.ReadSection, ReadSectionValues;
Added TTinyDatabase.FileSize and FileDate;
Removed the 'ZIP' compression algorithm and added 'ZLIB' algorithm;
Fixed some internal bugs;
 [4/23/2002]   TinyDB Version 2.9
Fixed the bugs of DateTime field;
Fixed the bugs of thread safe;
Table can be edit for Master-Detail relationship;
TTinyTable.BookmarkValid bug was fixed.
Enhanced TinyDB Desktop;
 [11/16/2001]   TinyDB Version 2.8
Supported Multiple thread;
Add TTinyDBIniFile Class;
Fixed memory leak of Filter;
Table can be edit after Filter or SetRange;
Many bugs were fixed;
 [8/28/2001]   TinyDB Version 2.7
Supported Delphi6;
Supported Master-Detail relationship;
Optimized the filter;
Fixed the bugs of field editor;
Supported calculate field and lookup field;
Changed TTinyDB to TTinyDatabase, Optimized the internal operation;
Added TTinySession component;
Added TTinyTable.CreateTable, it is a convenient way to create tables;
 [6/3/2001]   TinyDB Version 2.6
TTDBlobStream.Clear bug fixed;
Date field bug fixed;
Can open read-only file such as the file on CDROM;
Add a sample for C++Builder;
 [5/24/2001]   TinyDB Version 2.5
Supported LIKE operator in filter expression;
TTinyTable.CreateBlobStream bug fixed;
Supported creating database in memory;
ApplyRange memory leak bug fixed;
Enhanced TinyDB Desktop;
 [5/7/2001]   TinyDB Version 2.4
Supported unique multi-indexes and primary multi-indexes;
TTinyTable.EmptyTable Bug fixed;
Enhanced TinyDB Desktop;
 [4/26/2001]   TinyDB Version 2.2
Added ReadOnly property for TTinyTable;
TTinyTable.Refresh Bugs fixed;
 [4/22/2001]   TinyDB Version 2.1
Added OnFilterProgress event for TTinyTable;
Enhanced TinyDB Desktop;
Bugs fixed;
 [4/16/2001]   TinyDB Version 2.0
Optimized encryption, speedup accessing encrypted database;
Doesn't conflict with other compression or encryption components any longer;
Restructuring table supported;
Added CRC32 checksum switch;
Supported In-memory database;
Extended interface for data processing algorithms supported;
SetRange, Locate bugs fixed;
 [3/1/2001]   TinyDB Version 1.0
The first version.