log roundup/backends/back_sqlite.py @ 4166:fe9b0fdb1790 gsoc-2009

age author description
Thu, 12 Mar 2009 04:29:16 +0000 Richard Jones force sqlite3 in py2.6+ to treat our stored text as UTF-8
Tue, 24 Feb 2009 03:15:57 +0000 Stefan Seefeld Uniformly use """...""" instead of '''...''' for comments.
Thu, 21 Jun 2007 07:35:51 +0000 Ralf Schlatterbeck Indexing fixes.
Tue, 19 Dec 2006 03:01:37 +0000 Richard Jones *** empty log message ***
Sat, 11 Nov 2006 03:21:12 +0000 Richard Jones unicode / sqlite 3 problem [SF#1589292]
Tue, 10 Oct 2006 03:55:31 +0000 Richard Jones fixed support for pysqlite2 (version 2.1.0 is the minimum version supported)
Wed, 04 Oct 2006 01:12:00 +0000 Richard Jones support sqlite3
Wed, 30 Aug 2006 09:05:30 +0000 Ralf Schlatterbeck Database interface fixes.
Fri, 11 Aug 2006 00:02:12 +0000 Richard Jones update for latest version of pysqlite ([SF#1487098]; patch 1534227)
Thu, 27 Apr 2006 04:59:37 +0000 Richard Jones umask is now configurable (with the same 0002 default)
Wed, 08 Jun 2005 03:41:21 +0000 Anthony Baxter more errors. backport candidate
Mon, 02 May 2005 05:48:59 +0000 Richard Jones merge from maint-0-7
Mon, 02 May 2005 05:48:59 +0000 Richard Jones merge from maint-0-7 maint-0.8
Mon, 02 May 2005 05:44:56 +0000 Richard Jones fix RDBMS clear() so it resets all class itemid counters maint-0.7 0.7.12
Mon, 02 May 2005 01:05:15 +0000 Richard Jones merge from maint-0-7
Mon, 02 May 2005 01:03:41 +0000 Richard Jones fix RDBMS clear() so it resets all class itemid counters maint-0.7
Mon, 14 Feb 2005 04:37:37 +0000 Richard Jones remove unnecessary import
Mon, 14 Feb 2005 04:37:37 +0000 Richard Jones remove unnecessary import maint-0.8
Mon, 14 Feb 2005 02:55:31 +0000 Richard Jones merge from HEAD maint-0.8
Mon, 14 Feb 2005 02:48:12 +0000 Richard Jones Python 2.3 minimum version - bye bye roundup.rlog, you had a short life.
Tue, 04 Jan 2005 01:38:12 +0000 Richard Jones merge from maint-0-8
Tue, 04 Jan 2005 01:38:12 +0000 Richard Jones merge from maint-0-8 maint-0.7
Tue, 04 Jan 2005 01:33:04 +0000 Richard Jones have RDBMS full-text indexer do AND searching [SF#1055435] maint-0.8
Tue, 14 Dec 2004 23:23:35 +0000 Richard Jones merge from HEAD maint-0.8
Tue, 14 Dec 2004 23:16:45 +0000 Richard Jones back_sqlite.py is missing "import time" [SF#1081959]
Sun, 31 Oct 2004 09:57:10 +0000 Alexander Smishlajev sqlite_busy_timeout is not supported in pysqlite 1.1 (SQLite 3.x).
Sat, 16 Oct 2004 12:52:53 +0000 Alexander Smishlajev sqlite database creation requires existing directory.
Fri, 08 Oct 2004 05:37:44 +0000 Richard Jones postgres backend open doesn't hide corruption in schema [SF#956375]
Thu, 07 Oct 2004 06:33:57 +0000 Richard Jones merge from HEAD maint-0.7
Thu, 07 Oct 2004 06:30:20 +0000 Richard Jones extend OTK and session table value cols to TEXT [SF#1031271]
Tue, 27 Jul 2004 11:11:03 +0000 Alexander Smishlajev remove space at EOL, add vim modeline
Tue, 27 Jul 2004 00:57:19 +0000 Richard Jones I thought I committed this last night. Ho hum.
Fri, 02 Jul 2004 05:22:09 +0000 Richard Jones Initial logging integration: replace all debug prints with logging calls...
Fri, 28 May 2004 01:09:11 +0000 Richard Jones Switch to using sqlite's own locking mechanisms...
Mon, 10 May 2004 00:42:49 +0000 Richard Jones merge from maint-0-7
Mon, 10 May 2004 00:15:59 +0000 Richard Jones fix schema mutation in sqlite backends (thanks Tamer Fahmy) maint-0.7
Sun, 02 May 2004 23:16:05 +0000 Richard Jones fixed journal marshalling in RDBMS backends [SF#943627]
Sun, 18 Apr 2004 23:05:18 +0000 Richard Jones sqlite migration drops some journal information (thanks David Linke)
Sun, 18 Apr 2004 05:31:03 +0000 Richard Jones store Intervals as two columns (and other fixes
Wed, 07 Apr 2004 01:12:26 +0000 Richard Jones sqlite backend uses the global lock again
Wed, 31 Mar 2004 23:08:08 +0000 Richard Jones better sqlite columns
Fri, 26 Mar 2004 06:38:10 +0000 Richard Jones missed a print
Fri, 26 Mar 2004 05:16:03 +0000 Richard Jones Fix for sqlite backend migration. Change Cookie -> SimpleCookie
Mon, 22 Mar 2004 07:45:40 +0000 Richard Jones Implemented proper datatypes in mysql and postgresql backends...
Sun, 21 Mar 2004 23:45:44 +0000 Richard Jones sqlite doesn't need external locking
Sun, 21 Mar 2004 23:39:08 +0000 Richard Jones That's the last of the RDBMS migration steps done! Yay!
Thu, 18 Mar 2004 01:58:46 +0000 Richard Jones Finished implementation of session and one-time-key stores for RDBMS backends.
Mon, 15 Mar 2004 05:50:20 +0000 Richard Jones Added the "actor" property.
Fri, 12 Mar 2004 04:09:00 +0000 Richard Jones make mysql / postgresql work again. beginnings of otk/session store in rdbmses
Fri, 05 Mar 2004 00:08:09 +0000 Richard Jones *** empty log message ***
Wed, 11 Feb 2004 23:55:10 +0000 Richard Jones documentation cleanup
Wed, 12 Nov 2003 01:00:59 +0000 Richard Jones fixed ZRoundup - mostly changes to classic template
Tue, 11 Nov 2003 11:19:18 +0000 Richard Jones PostgreSQL backend lands.
Tue, 07 Oct 2003 07:17:54 +0000 Anthony Baxter make the RDBMS common backend and the SQLite and MYsql backend create...
Thu, 06 Mar 2003 06:03:51 +0000 Richard Jones fixed sqlite rollback/caching bug [SF#689383]
Thu, 06 Mar 2003 05:46:57 +0000 Richard Jones fixed sqlite rollback/caching bug [SF#689383] maint-0.5
Thu, 09 Jan 2003 22:59:22 +0000 Richard Jones [[Metadata associated with this commit was garbled during conversion from CVS maint-0.5
Thu, 12 Dec 2002 09:31:04 +0000 Richard Jones implemented whole-database locking
Tue, 08 Oct 2002 04:11:17 +0000 Richard Jones allow blank passwords again [SF#619714]
Fri, 27 Sep 2002 01:04:38 +0000 Richard Jones Bug fixes.

Roundup Issue Tracker: http://roundup-tracker.org/