log roundup/backends/rdbms_common.py @ 4410:de00a238a9ad

age author description
Mon, 09 Aug 2010 04:52:16 +0000 Richard Jones remove unnecessary brackets
Fri, 05 Mar 2010 15:51:11 +0000 Ralf Schlatterbeck - unify bool searching (filter method) across backends
Tue, 23 Feb 2010 11:18:34 +0000 Richard Jones another module modernised
Mon, 16 Mar 2009 18:04:44 +0000 Stefan Seefeld Fix issue2550505
Thu, 12 Mar 2009 14:08:31 +0000 Stefan Seefeld Don't check for node's existence if we know it exists.
Tue, 10 Mar 2009 01:08:45 +0000 Richard Jones Fix some broken logging.
Tue, 24 Feb 2009 01:10:13 +0000 Stefan Seefeld Make RDBMS cache-size configurable.
Fri, 20 Feb 2009 12:45:57 +0000 Stefan Seefeld Fix typo.
Fri, 20 Feb 2009 04:54:13 +0000 Stefan Seefeld Correct handling of a Multilink filterspec with an empty list of linked-to items.
Fri, 20 Feb 2009 04:50:39 +0000 Stefan Seefeld Robustify SQL<->HyperDB data type conversion.
Fri, 20 Feb 2009 04:38:34 +0000 Stefan Seefeld Enhance and simplify logging.
Mon, 16 Feb 2009 22:43:07 +0000 Stefan Seefeld Fix issue2550505.
Mon, 16 Feb 2009 20:53:40 +0000 Stefan Seefeld Fuse multiple DELETE calls into one for multilinks.
Mon, 16 Feb 2009 20:47:59 +0000 Stefan Seefeld Execute cursor via Database.sql().
Thu, 12 Feb 2009 05:07:00 +0000 Stefan Seefeld Fix issue2550501
Mon, 18 Aug 2008 06:25:47 +0000 Richard Jones Don't run old code on newer database
Thu, 07 Aug 2008 05:53:14 +0000 Richard Jones Fire reactors after file storage is all done (patch [SF#2001243])
Thu, 07 Aug 2008 05:50:03 +0000 Richard Jones Fix for postgres 8.3 compatibility (and bug) (patch [SF#2030479])
Wed, 27 Feb 2008 08:32:51 +0000 Richard Jones fix mysql breakage in 1.4.2 1.4.3
Thu, 07 Feb 2008 05:01:42 +0000 Richard Jones don't recompute the index name 1.4.2
Thu, 07 Feb 2008 03:28:34 +0000 Richard Jones Fix race condition for key properties in rdbms backends [SF#1876683]
Thu, 25 Oct 2007 07:26:11 +0000 Richard Jones Handle export and import of old trackers that have data attached to...
Thu, 27 Sep 2007 06:18:53 +0000 Justus Pendleton i18n for hyperdb and backend errors
Thu, 27 Sep 2007 06:12:57 +0000 Justus Pendleton assorted pyflakes fixes
Sun, 16 Sep 2007 06:51:48 +0000 Justus Pendleton destroy blobfiles if they exist
Tue, 11 Sep 2007 21:33:30 +0000 Justus Pendleton respect umask on filestorage backend (fixes [SF#744328])
Fri, 31 Aug 2007 15:44:03 +0000 Justus Pendleton Allow multilinks to take None (treated as an empty list).
Wed, 29 Aug 2007 16:40:20 +0000 Justus Pendleton Allow Multilinks to take any iterable
Thu, 21 Jun 2007 07:35:51 +0000 Ralf Schlatterbeck Indexing fixes.
Wed, 11 Apr 2007 20:04:06 +0000 Erik Forsberg Fix for [SF#698136] Trouble with full-text indexer, with test.
Sun, 01 Apr 2007 18:48:06 +0000 Erik Forsberg Use """ instead of ''' for multi-line strings...
Tue, 20 Feb 2007 05:30:17 +0000 Richard Jones Handling of unset Link search in RDBMS backend
Wed, 04 Oct 2006 01:12:00 +0000 Richard Jones support sqlite3
Wed, 30 Aug 2006 09:28:26 +0000 Ralf Schlatterbeck Fix a peculiarity in sql generation.
Wed, 30 Aug 2006 09:05:30 +0000 Ralf Schlatterbeck Database interface fixes.
Tue, 29 Aug 2006 04:32:49 +0000 Richard Jones added filter_sql to SQL backends which takes an arbitrary SQL statement...
Tue, 29 Aug 2006 04:20:50 +0000 Richard Jones Postgres backend allows transaction collisions to be ignored when...
Wed, 23 Aug 2006 12:57:10 +0000 Ralf Schlatterbeck Null-value sorting fixes:
Tue, 22 Aug 2006 19:27:36 +0000 Ralf Schlatterbeck Fixes:
Mon, 21 Aug 2006 12:19:48 +0000 Ralf Schlatterbeck More transitive-property support.
Thu, 13 Jul 2006 13:30:39 +0000 Ralf Schlatterbeck Of course for Links there is the same bug as I fixed before for multilinks.
Thu, 13 Jul 2006 10:14:56 +0000 Ralf Schlatterbeck Transitive-property support.
Sat, 08 Jul 2006 18:28:18 +0000 Ralf Schlatterbeck Implemented what I'll call for now "transitive searching"...
Fri, 07 Jul 2006 15:04:28 +0000 Ralf Schlatterbeck The whole filter method was replicated in back_mysql.py from rdbms_common.py
Thu, 27 Apr 2006 05:15:17 +0000 Richard Jones prevent generation of new single-digit seconds dates [SF#1429390]
Thu, 27 Apr 2006 01:39:47 +0000 Richard Jones indexing may be turned off for FileClass "content" now
Fri, 03 Mar 2006 02:02:50 +0000 Richard Jones date spec wasn't allowing week intervals
Thu, 09 Feb 2006 23:53:11 +0000 Richard Jones fixed schema migration problem when Class keys were removed
Thu, 09 Feb 2006 04:46:22 +0000 Richard Jones whoops
Mon, 06 Feb 2006 21:00:47 +0000 Richard Jones Features and fixes.
Mon, 30 Jan 2006 00:36:26 +0000 Richard Jones Fixed SQL generation for sort/group by separate Link properties [SF#1417565]
Tue, 24 Jan 2006 08:27:54 +0000 Alexander Smishlajev common initialization code and detectors interface
Fri, 20 Jan 2006 02:42:35 +0000 Richard Jones grouping/sorting on link to same class fixed [SF#1404930]
Fri, 20 Jan 2006 02:40:56 +0000 Richard Jones added setorderprop() and setlabelprop() to Class (lots of patches)
Fri, 13 Jan 2006 01:29:48 +0000 Richard Jones merge from HEAD maint-0.8
Fri, 13 Jan 2006 00:05:46 +0000 Richard Jones fixed documentation of filter()...
Fri, 07 Oct 2005 05:35:04 +0000 Richard Jones pre-release stuff
Mon, 18 Jul 2005 02:35:18 +0000 Richard Jones merge from maint-0-8
Mon, 18 Jul 2005 02:30:00 +0000 Richard Jones fixes maint-0.8 0.8.4
Tue, 12 Jul 2005 01:43:17 +0000 Richard Jones merge from HEAD maint-0.8

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