Code

Implemented the destroy() method needed by the session database (and possibly
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 19 Jul 2002 03:36:34 +0000 (03:36 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 19 Jul 2002 03:36:34 +0000 (03:36 +0000)
commit4b49a95cf5001a573043ec7c463dea45274b62c2
treea1ac47983944f37dca2021e05d3e5d22978e5eb7
parent4dfd83a9d7ac0c1861b1bb7e426848c41d357c96
Implemented the destroy() method needed by the session database (and possibly
others). At the same time, I removed the leading underscores from the hyperdb
methods that Really Didn't Need Them.
The journal also raises IndexError now for all situations where there is a
request for the journal of a node that doesn't have one. It used to return
[] in _some_ situations, but not all. This _may_ break code, but the tests
pass...

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@903 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/backends/back_anydbm.py
roundup/backends/back_bsddb.py
roundup/backends/back_bsddb3.py
roundup/backends/blobfiles.py
roundup/indexer.py
test/test_db.py