Code

new rdbms config item sqlite_timeout makes the previously hard-coded
[roundup.git] / roundup / backends / back_sqlite.py
2010-09-07 schlatterbecknew rdbms config item sqlite_timeout makes the previous...
2010-02-22 richardBeginnings of a big code cleanup / modernisation to...
2009-08-10 richardcompatibilty fix for pysqlite2 / unicode
2009-07-27 richard- re-order sqlite imports to handle multiple installed...
2009-03-12 richardforce sqlite3 in py2.6+ to treat our stored text as...
2009-02-24 stefanUniformly use """...""" instead of '''...''' for comments.
2009-02-06 stefansvn repository setup
2004-04-07 richardsqlite backend uses the global lock again
2004-03-31 richardbetter sqlite columns
2004-03-26 richardmissed a print
2004-03-26 richardFix for sqlite backend migration.
2004-03-22 richardImplemented proper datatypes in mysql and postgresql...
2004-03-21 richardsqlite doesn't need external locking
2004-03-21 richardThat's the last of the RDBMS migration steps done!...
2004-03-18 richardFinished implementation of session and one-time-key...
2004-03-15 richardAdded the "actor" property. Metakit backend not done...
2004-03-12 richardmake mysql / postgresql work again. beginnings of otk...
2004-03-05 richard*** empty log message ***
2004-02-11 richarddocumentation cleanup
2003-11-12 richardfixed ZRoundup - mostly changes to classic template
2003-11-11 richard- that's the postgresql backend in (cleaned up doc...
2003-10-07 anthonybaxtermake the RDBMS common backend and the SQLite and MYsql...
2003-03-06 richardfixed sqlite rollback/caching bug (sf bug 689383)
2002-12-12 richardimplemented whole-database locking
2002-10-08 richardallow blank passwords again (sf bug 619714)
2002-09-27 richard- fixed bug in login if the username wasn't known
2002-09-24 richardadded missing stringFind to sql backends
2002-09-23 richardSome speedups - both of the SQL backends can handle...
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!