Code

Added some words to the installation doc about choosing backends.
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 19 Sep 2002 02:37:41 +0000 (02:37 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 19 Sep 2002 02:37:41 +0000 (02:37 +0000)
commit2326c3f96a02de8c1452de5364f3c14bf2ab85db
tree95576adb900be9eeecbaebe0af586ab27d3c0758
parent9f9e2ed87171627a4c5added460b07f79287b89c
Added some words to the installation doc about choosing backends.
Added hyperdb Class.filter unit tests - gadfly currently fails substring
 searching, but I knew it would :(
Lots of fixes to the RDBMS backend - it works a treat now!
A couple of other cleanups in CGI land...

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1194 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/installation.txt
roundup/backends/back_anydbm.py
roundup/backends/back_gadfly.py
roundup/backends/back_sqlite.py
roundup/backends/rdbms_common.py
roundup/cgi/client.py
roundup/cgi/templating.py
test/test_db.py