http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/test/test_bsddb.py Mercurial Repository: p/roundup/code: test/test_bsddb.py history 2004-03-18T01:58:46+00:00 Finished implementation of session and one-time-key stores for RDBMS backends. http://hg.code.sf.net:8000/p/roundup/code/#changeset-c091cacdc505c94fed0c4fddba142d9646f96214 Richard Jones richard@users.sourceforge.net 2004-03-18T01:58:46+00:00 2004-03-18T01:58:46+00:00
changeset c091cacdc505
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Finished implementation of session and one-time-key stores for RDBMS backends.

Refactored the API of sessions and their interaction with the
backend database a fair bit too.

Added some session tests. Nothing testing ageing yet, 'cos that's a pain
inna ass to test :)

Note: metakit backend still uses the *dbm implementation. It might
want to implement its own session store some day, as it'll be faster than
the *dbm one.
files
Fixed retirement of items in rdbms imports [SF#841355] http://hg.code.sf.net:8000/p/roundup/code/#changeset-f9316d2cd5ba6dab9a51ea45ff3e6b55f3faba0c Richard Jones richard@users.sourceforge.net 2003-11-14T00:11:19+00:00 2003-11-14T00:11:19+00:00
changeset f9316d2cd5ba
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Fixed retirement of items in rdbms imports [SF#841355]

Fixed bug in looking up journal of newly-created items in *dbm backends
files
Backend improvements. http://hg.code.sf.net:8000/p/roundup/code/#changeset-f63aa57386b0b2c50eb311d6b407a12e9b5e45db Richard Jones richard@users.sourceforge.net 2003-10-25T22:53:26+00:00 2003-10-25T22:53:26+00:00
changeset f63aa57386b0
branch
bookmark
tag
user Richard Jones <richard@users.sourceforge.net>
description Backend improvements.

- using Zope3's test runner now, allowing GC checks, nicer controls and
coverage analysis
- all RDMBS backends now have indexes on several columns
- added testing of schema mutation, fixed rdbms backends handling of a
couple of cases
- !BETA! added postgresql backend, needs work !BETA!
files