Code

Fixed a backlog of bug reports, and worked on python 2.3 compatibility:
[roundup.git] / roundup / backends / rdbms_common.py
2003-02-06 richardFixed a backlog of bug reports, and worked on python...
2003-01-15 kedderapplied unicode patch
2003-01-12 richard- fixed rdbms searching by ID (sf bug 666615)
2003-01-08 richardfixed searching on date / interval fields (sf bug 658157)
2003-01-05 richardfire auditors and reactors in rdbms retire (thanks...
2002-12-12 richardimplemented whole-database locking
2002-11-06 richardworking toward 0.5.2 release
2002-10-31 richardwork-around for sqlite bug
2002-10-08 richardallow blank passwords again (sf bug 619714)
2002-10-07 richard- fixed filter() with no sort/group (sf bug 618614)
2002-10-03 richardmerge from maintenance branch
2002-09-26 richardadded Class.find() unit test, fixed implementations
2002-09-25 richard*** empty log message ***
2002-09-25 richardfix to SQL filtering
2002-09-24 richardfix to SQL lookup() and retirement
2002-09-24 richardadded missing stringFind to sql backends
2002-09-23 richardimport fixes
2002-09-23 richardimport fixes
2002-09-23 richardfix to LRU cache
2002-09-23 richardSome speedups - both of the SQL backends can handle...
2002-09-23 richardsome speedups, some fixes to the benchmarking
2002-09-20 richardOn second thought, that last checkin was dumb.
2002-09-20 richardmissed some of the creator prop spec fixes .. metakit...
2002-09-20 richard- verify contents of tracker module when the tracker...
2002-09-19 richardsimple LRU cache for SQL databases
2002-09-19 richardremoved debugging
2002-09-19 richardfix to setid
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!