Skip to content

Commit 0dc1dda

Browse files
author
Richard Jones
committed
merge from maint-0-7
1 parent 510832d commit 0dc1dda

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Fixed:
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

6970
2004-10-15 0.7.8

doc/design.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,16 @@ Hyperdatabase
5050
-------------
5151

5252
The 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

5656
The 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
5959
layer could be a third-party RDBMS; for a low-maintenance solution,
6060
implementing the hyperdatabase on the SQLite RDBMS is suggested.
6161

62+
6263
Dates and Date Arithmetic
6364
~~~~~~~~~~~~~~~~~~~~~~~~~
6465

0 commit comments

Comments
 (0)