Changes between versions
0.05
and
0.06
(Thu Nov 28 10:46:00 2002):
Add a new per-database clause to the configuration-file
grammar, RESTRICTION = STRING, where the
string contains an SQL condition restricting the records that
may be found: for example:
restriction = "id != 3 and id != 42"
Bring examples/results in line with the real RESULTs
database: this involves renaming databases, tables and fields,
and consequently a few files, but no radical changes.