From: Tom D. <td...@vg...> - 2000-06-15 04:20:22
|
ftp://pilot-db.sourceforge.net/pub/pilot-db/dbtest.prc Make sure you download in binary mode. The file size should be 71383 and a MD5 checksum should be 045f8291315b9a972090e7c5be72e09a. Source code is in the CVS repository. There has been a change to new file format. If you have been using these test releases, duplicate any new format databases to the 0.2.x and delete the new format databases. Then install and duplicate back to new format. Changes: - New way of packing fields into database. Added offset table which speeds up searching and list view since locking down a record now takes constant time instead of scanning the entire record to come up with a set of pointers to each field. - New format databases can have a disable global find flag. - New format databases can remember what record was being viewed (and for the future, the active view definition) - 0.2.x databases now have the values for disable global find flag and the local find flags passed up to the rest of DB. - Fixed a bug where some memory wasn't unlocked. This release should be ever closer to a real release. There probably won't be any more strings added so beginning translation would probably be good. |