Code

- fix import/export regression test for anydbm for latest journal fix
[roundup.git] / roundup / backends / __init__.py
2010-02-22 richardBeginnings of a big code cleanup / modernisation to...
2009-10-09 schlatterbeckcorrections for python2.3 compatibility:
2009-02-06 stefansvn repository setup
2004-04-05 richardversion info in scripts
2004-02-11 richarddocumentation cleanup
2003-10-25 richard- using Zope3's test runner now, allowing GC checks...
2003-09-14 jlgijsbersSimplify backend importing, by moving the imports into...
2003-04-24 richard2.3 compatibility
2003-03-18 richardbye bye gadfly - you served your purpose well (sf bug...
2003-01-12 richard- fixed rdbms searching by ID (sf bug 666615)
2002-10-07 richard- fixed filter() with no sort/group (sf bug 618614)
2002-10-03 richardmerge from maintenance branch
2002-09-23 richardbetter detection of a useful gadfly
2002-09-18 richardsqlite backend!
2002-09-10 richardremoved Log
2002-08-23 richardThat's gadfly done, mostly. Things left:
2002-08-22 richardWhee! It's not finished yet, but I can create a new...
2002-07-11 richardAdded metakit backend to the db tests and fixed the...
2002-05-22 richard . changed the default message list in issues to displa...
2002-02-16 richard . #516854 ] "My Issues" and redisplay
2002-01-22 richardI was certain I'd already done this (there's even a...
2001-12-12 richardI fixed the problems with people whose anydbm was using...
2001-12-10 richardEnabled transaction support in the bsddb backend. It...
2001-12-10 richardFrom CHANGES:
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-07-30 richardChecks for ability to import the specific back-end...
2001-07-23 richard*sigh* some databases have _foo.so as their underlying...
2001-07-23 richardMoved the database backends off into backends.
2001-07-23 richardmade backends a package