Code

. all storage-specific code (ie. backend) is now implemented by the backends
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 14 Jul 2002 02:05:54 +0000 (02:05 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sun, 14 Jul 2002 02:05:54 +0000 (02:05 +0000)
commit15a5ffa06710ead2fbf5136caf16545961899b70
tree8ca43865f3bfa945e1cc14671dacf58bd2f537bd
parent08285ca7d251ac592cfc72c26d2976d2f6ecf360
. all storage-specific code (ie. backend) is now implemented by the backends

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@870 57a73879-2fb5-44c3-a270-3262357dd7e2
13 files changed:
CHANGES.txt
doc/upgrading.txt
roundup/backends/back_anydbm.py
roundup/backends/back_bsddb.py
roundup/backends/back_bsddb3.py
roundup/hyperdb.py
roundup/init.py
roundup/roundupdb.py
roundup/templates/classic/dbinit.py
roundup/templates/extended/dbinit.py
test/test_db.py
test/test_init.py
test/test_schema.py