From: Tom D. <td...@vg...> - 2000-01-12 00:10:15
|
I am rewriting parts of DB this week to make the format of the database extensible in the future. This will mean an incompatible change in the next release. However, the conversion utilities will support the new format so migrating to the format should be no problem. Thus, multiple views, sorting, filtering, and such should be easier since I now will be able to store arbitrary data in the database header w/o worrying if it will break existing databases each time I add something. Tom |