Code

. fixed back_bsddb so it passed the journal tests
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 22 Jan 2002 07:21:13 +0000 (07:21 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 22 Jan 2002 07:21:13 +0000 (07:21 +0000)
commiteac706a774241b4357c5d12ecf42e9a8686a5ce9
treef0e6b6c4c3d7bd55eb567f1349e54238dd99818a
parent728c61dc77ea6210e416ed11c8ddc64609668bf6
. fixed back_bsddb so it passed the journal tests

... it didn't seem happy using the back_anydbm _open method, which is odd.
Yet another occurrance of whichdb not being able to recognise older bsddb
databases. Yadda yadda. Made the HYPERDBDEBUG stuff more sane in the
process.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@582 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/backends/back_anydbm.py
roundup/backends/back_bsddb.py
roundup/hyperdb.py
test/test_db.py