Code

- that's the postgresql backend in (cleaned up doc, unit testing harness and
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 11 Nov 2003 11:19:18 +0000 (11:19 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 11 Nov 2003 11:19:18 +0000 (11:19 +0000)
commitf67eaf674e48ceadea3b6740a62809987de11368
tree6e3cd0bc3d5666d52a32f9d647719fc110e870c4
parent28c868f2f2370ccd0edac1f1212ee1cc141ea892
- that's the postgresql backend in (cleaned up doc, unit testing harness and
  the backend module itself)
- also cleaned up the index maintenance code (actual checks for existence
  rather than bare-except failure mode)

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1975 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
doc/postgresql.txt
roundup/backends/back_mysql.py
roundup/backends/back_postgresql.py
roundup/backends/back_sqlite.py
roundup/backends/rdbms_common.py
test/db_test_base.py
test/test_mysql.py
test/test_postgresql.py