Code

- Fixed retirement of items in rdbms imports (sf bug 841355)
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 14 Nov 2003 00:11:19 +0000 (00:11 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 14 Nov 2003 00:11:19 +0000 (00:11 +0000)
commit17678a45e1deb4cb61965b6eb0861a84e63aeb4b
treec61531eeaf61f5f4d3ae50ad0e9889ae3439d206
parent008343fc8e743596301cf71ad230553bdde84815
- Fixed retirement of items in rdbms imports (sf bug 841355)
- Fixed bug in looking up journal of newly-created items in *dbm backends

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1988 57a73879-2fb5-44c3-a270-3262357dd7e2
15 files changed:
CHANGES.txt
roundup/backends/back_anydbm.py
roundup/backends/back_bsddb.py
roundup/backends/back_bsddb3.py
roundup/backends/back_metakit.py
roundup/backends/back_postgresql.py
roundup/backends/rdbms_common.py
test/db_test_base.py
test/test_anydbm.py
test/test_bsddb.py
test/test_bsddb3.py
test/test_metakit.py
test/test_mysql.py
test/test_postgresql.py
test/test_sqlite.py