Code

Fixed CGI client change messages so they actually include the properties
[roundup.git] / roundup / backends /
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-08-03 anthonybaxter'n' -> 'c' for create.
2001-07-30 richardChecks for ability to import the specific back-end...
2001-07-30 richardHandle non-existence of db files in the other backends...
2001-07-30 richardMakes schema changes mucho easier.
2001-07-25 richardAdded the Roundup spec to the new documentation directory.
2001-07-24 anthonybaxterbsddb3 implementation. For now, it's the bsddb implemen...
2001-07-23 richardmore handling of bad journals
2001-07-23 richardsssh
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...
2001-07-23 richardMoved the backends into the backends package. Anydbm...
2001-07-23 richardMoved the database backends off into backends.
2001-07-23 richardmade backends a package
2001-07-23 richardmoved hyper_bsddb.py to the new backends package as...