File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6464 bug 950963)
6565- always honor indexme property on Strings (sf patch 1063711)
6666- make hyperdb value parsing errors readable in mailgw errors
67+ - make anydbm journal export handle removed properties
6768
6869
69702004-10-15 0.7.8
Original file line number Diff line number Diff line change @@ -50,15 +50,16 @@ Hyperdatabase
5050-------------
5151
5252The lowest-level component to be implemented is the hyperdatabase. The
53- hyperdatabase is intended to be a flexible data store that can hold
54- configurable data in records which we call items.
53+ hyperdatabase is a flexible data store that can hold configurable data
54+ in records which we call items.
5555
5656The hyperdatabase is implemented on top of the storage layer, an
57- external module for storing its data. "Batteries -includes" distribution
58- implements the hyperdatabase on a standard anydbm module. The storage
57+ external module for storing its data. The "batteries -includes" distribution
58+ implements the hyperdatabase on the standard anydbm module. The storage
5959layer could be a third-party RDBMS; for a low-maintenance solution,
6060implementing the hyperdatabase on the SQLite RDBMS is suggested.
6161
62+
6263Dates and Date Arithmetic
6364~~~~~~~~~~~~~~~~~~~~~~~~~
6465
You can’t perform that action at this time.
0 commit comments