log roundup/backends/back_sqlite.py @ 8513:d7d91e25a1c2

age author description
Sat, 13 Jul 2024 18:52:55 -0400 John Rouillard issue2551343 - Remove support for PySQLite and sqlite v2.
Tue, 30 Apr 2024 22:16:22 -0400 John Rouillard issue2551302 - Remove support for sqlite version 1 from back_sqlite.py
Sun, 12 Nov 2023 19:35:07 -0500 John Rouillard fix: diagnose/report use of SQLite without FTS5 support
Thu, 08 Sep 2022 02:14:11 -0400 John Rouillard fix comment on use of sqlite for session db's.
Thu, 08 Sep 2022 01:23:27 -0400 John Rouillard flake8 fixes.
Thu, 08 Sep 2022 01:12:12 -0400 John Rouillard Set all sqlite db's to WAL mode on creation
Tue, 06 Sep 2022 11:32:13 -0400 John Rouillard set journal mode to wal when creating db.
Mon, 05 Sep 2022 23:47:23 -0400 John Rouillard Add instrumentation to debug I/O error in CI that I don't get locally
Sun, 07 Aug 2022 00:43:31 -0400 John Rouillard redis import failure on python2 causes crash
Thu, 04 Aug 2022 14:41:58 -0400 John Rouillard Summary: Support selecion session/otk data store. Add redis as data store.
Mon, 25 Jul 2022 15:30:36 -0400 John Rouillard issue2551224 - Replace dbm db for sessions/otks when using sqlite
Wed, 26 Jan 2022 15:04:09 -0500 John Rouillard issue2551189 - increase size of words in full text index.
Sun, 23 Jan 2022 18:57:45 -0500 John Rouillard Summary: Add test cases for sqlite fts
Sat, 11 Jan 2020 16:50:44 -0500 John Rouillard Flake8: whitepace; don't import base64; unused loop var gets leading _
Mon, 26 Aug 2019 20:23:53 +0200 Ralf Schlatterbeck Implement limit and offset for filter
Mon, 26 Aug 2019 18:18:02 +0200 Ralf Schlatterbeck Implement exact string search
Wed, 25 Jul 2018 09:05:58 +0000 Joseph Myers Python 3 preparation: unicode.
Fri, 20 Apr 2018 18:46:28 +0200 Ralf Schlatterbeck Fix commits although a Reject exception is raised
Thu, 19 Apr 2018 20:01:43 +0200 Ralf Schlatterbeck Add a 'retired' parameter to Class.filter
Thu, 24 Aug 2017 22:21:37 -0400 Eric S. Raymond Use Python-3-compatible 'as' syntax for except statements
Mon, 12 Dec 2016 13:53:47 +0100 Ralf Schlatterbeck Implement double-precision Number
Wed, 13 Jul 2016 22:30:07 -0400 John Rouillard issue2550727: db.newid is broken with sqlite.
Sat, 25 Jun 2016 20:10:03 -0400 John Rouillard - issue2550636, issue2550909: Added support for Whoosh indexer.
Sun, 05 Jun 2016 00:17:26 -0400 John Rouillard Add support for an integer type to join the existing number type.
Fri, 22 Mar 2013 15:53:27 +0100 Thomas Arendsen Hein Fixed issue2550595: Allow migrating from roundup 0.x to 1.4
Fri, 17 Sep 2010 06:47:58 +0000 Ralf Schlatterbeck - more logger fixes, sorry for the noise.
Thu, 16 Sep 2010 07:44:50 +0000 Ralf Schlatterbeck - more logger fixes -- use correct hierarchical logger names...
Tue, 07 Sep 2010 15:42:04 +0000 Ralf Schlatterbeck new rdbms config item sqlite_timeout...
Mon, 22 Feb 2010 05:26:57 +0000 Richard Jones Beginnings of a big code cleanup / modernisation to make 2to3 happy
Mon, 10 Aug 2009 04:25:15 +0000 Richard Jones compatibilty fix for pysqlite2 / unicode
Mon, 27 Jul 2009 23:57:23 +0000 Richard Jones re-order sqlite imports to handle multiple installed versions (issue 2550570)
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

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