Code

fixed date unserialisation for *dbm backends
[roundup.git] / test / test_db.py
2003-03-22 richardfixed date unserialisation for *dbm backends
2003-03-18 richardadditional Number test
2003-03-18 richardbye bye gadfly - you served your purpose well (sf bug...
2003-03-17 kedderchecked to make sure that the restored item doesn't...
2003-03-16 kedderadded ability to restore retired nodes
2003-03-10 kedderunit tests for filtering ranges
2003-03-10 richardfix to sf bug 691071, really this time
2003-03-06 richardfixed sqlite rollback/caching bug (sf bug 689383)
2003-03-03 richardadded test for error in sqlite backend, and fixed ...
2003-02-27 richardfixed rdbms mutation of properties
2003-02-15 keddertrackers on mysql can be initialised
2003-02-15 keddermysql tests will not be run if there is no chance of...
2003-02-08 keddermysql backend passes all tests (at last!)
2003-01-20 richard- fixed bug in metakit unlink journalling
2003-01-14 richardnote on how to fix mysql tests - also indicate which...
2003-01-13 richardadded mysql backend
2003-01-12 richard- fixed rdbms searching by ID (sf bug 666615)
2003-01-12 richardreminder comments for where we need new tests
2002-12-12 richardimplemented whole-database locking
2002-11-06 richardoops, fixed unit tests for journal change
2002-10-10 richardmore anal unit tests
2002-10-10 richardfixed bug in Interval serialisation
2002-10-08 richardfixes from changes today
2002-10-03 richardmerge from maintenance branch
2002-10-02 gmcmFix (re)indexing & find in back_metakit.
2002-09-26 richardadded Class.find() unit test, fixed implementations
2002-09-24 richard*** empty log message ***
2002-09-23 richardSome speedups - both of the SQL backends can handle...
2002-09-20 gmcmRemove some assumptions about what idi numbers will...
2002-09-20 richardOn second thought, that last checkin was dumb.
2002-09-20 richard- verify contents of tracker module when the tracker...
2002-09-19 richardAdded some words to the installation doc about choosing...
2002-09-18 richardfixes to the rdbms backends
2002-09-18 richardsqlite backend!
2002-09-16 richardgadfly backend now complete - can handle schema changes...
2002-09-13 richardFixed:
2002-09-12 richardclose the databases before test cleanup
2002-09-10 richardMore cleaning up of configuration, and the "instance...
2002-09-10 richardremoved Log
2002-08-23 richardimplemented multilink changes (and a unit test)
2002-08-23 richardahhh, I understand now
2002-08-23 richardoops, forgot
2002-07-31 richard . web forms may now unset Link values (like assignedto)
2002-07-26 richardVery close now. The cgi and mailgw now use the new...
2002-07-25 richardBugger it. Here's the current shape of the new security...
2002-07-19 richardImplemented the destroy() method needed by the session...
2002-07-18 richardUnit tests and a few fixes.
2002-07-18 richardoops
2002-07-18 richardadded tests for number type too
2002-07-18 richardadded tests for boolean type, and fixes to anydbm backend
2002-07-14 richardminor change to make testing easier
2002-07-14 richardDid some old TODOs
2002-07-14 richardImplemented a switch to disable journalling for a Class...
2002-07-14 richardFixes for the metakit backend (removed the cut-n-paste...
2002-07-14 richard. all storage-specific code (ie. backend) is now implem...
2002-07-11 richardAdded metakit backend to the db tests and fixed the...
2002-07-09 richardAdded reindex command to roundup-admin.
2002-07-09 richardMore indexer work:
2002-06-20 richardCleaned up the hyperdb tests
2002-05-21 richardWell whadya know, bsddb3 works again.
2002-04-15 richard. node ids are now generated from a lockable store...
2002-04-03 richardFixed serialisation problem by moving the serialisation...
2002-02-25 grubert . use blobfiles in back_anydbm which is used in back_b...
2002-01-22 richard. fixed back_bsddb so it passed the journal tests
2002-01-22 rochecompaanWe need to keep the last 'set' entry in the journal...
2002-01-21 rochecompaanYou can now use the roundup-admin tool to pack the...
2002-01-19 rochecompaanJournal entries for link and multilink properties can...
2002-01-16 richard . lots of date/interval related changes:
2002-01-14 richard . changed all config accesses so they access either...
2001-12-17 richardImplemented file store rollback. As a bonus, the hyperd...
2001-12-10 richardAdded transaction tests to test_db
2001-12-03 richardFixes so the tests use commit and not close
2001-12-02 richard. We now use weakrefs in the Classes to keep the databa...
2001-10-09 richardAdded the Password property type. See "pydoc roundup...
2001-08-29 richardDisabled the bsddb3 module entirely in the unit testing...
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-07-30 richardAdded more DB to test_db. Can skip tests where imports...
2001-07-29 richardAdded vim command to all source so that we don't get...
2001-07-29 richardAdded the fabricated property "id" to all hyperdb classes.
2001-07-27 richardmoving tests -> test