Code

using isinstance(blah, Foo) now instead of isFooType
[roundup.git] / roundup / backends / back_bsddb.py
2001-08-12 richardusing isinstance(blah, Foo) now instead of isFooType
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-07-30 richardHandle non-existence of db files in the other backends...
2001-07-30 richardMakes schema changes mucho easier.
2001-07-23 richardmore handling of bad journals
2001-07-23 richardMoved over to using marshal in the bsddb and anydbm...
2001-07-23 richardStoring only marshallable data in the db - no nasty...
2001-07-23 richard*sigh* some databases have _foo.so as their underlying...