log roundup/backends/rdbms_common.py @ 6133:e7cb0147e6fe

age author description
Sat, 04 Apr 2020 11:22:06 -0400 John Rouillard Make format strings use named placeholders rather than %s/%r
Mon, 02 Mar 2020 19:02:16 +0100 Ralf Schlatterbeck Better Date filtering
Sat, 18 Jan 2020 14:53:44 -0500 John Rouillard Flake8 whitespace; remove imports; type()!=type() -> isinstance()
Thu, 26 Dec 2019 21:44:50 -0500 John Rouillard Cleanups for bandit
Mon, 26 Aug 2019 22:45:42 +0200 Ralf Schlatterbeck Backwards-compatible signature of _proptree method
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, 12 Jun 2019 20:34:47 -0400 John Rouillard Try to fix:
Wed, 22 May 2019 20:56:59 -0400 John Rouillard Handle UnicodeDecodeError in file class when file contents are not
Sun, 16 Sep 2018 20:04:03 +0000 Joseph Myers Avoid errors indexing binary uploads with Python 3.
Sun, 02 Sep 2018 23:48:04 +0000 Joseph Myers Make CSV import/export compatible across Python versions (also RDBMS journals) (issue 2550976, issue 2550975).
Sun, 12 Aug 2018 16:05:42 +0100 Christof Meerwald blobfiles now always stores/returns bytes
Sat, 28 Jul 2018 20:41:06 +0100 Christof Meerwald strings have an __iter__ method on Python 3, but we don't want to consider them iterable
Wed, 25 Jul 2018 09:05:58 +0000 Joseph Myers Python 3 preparation: unicode.
Tue, 24 Jul 2018 23:04:42 +0000 Joseph Myers Python 3 preparation: update calls to dict methods.
Tue, 24 Jul 2018 22:21:20 +0000 Joseph Myers Python 3 preparation: use Exception instead of StandardError.
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
Sat, 15 Apr 2017 17:44:40 -0400 John Rouillard Pylint checks bark about:
Fri, 14 Apr 2017 23:24:18 -0400 John Rouillard issue2550864 - Potential information leakage via journal/history
Mon, 12 Dec 2016 13:53:47 +0100 Ralf Schlatterbeck Implement double-precision Number
Thu, 30 Jun 2016 20:38:23 -0400 John Rouillard - issue1714899: Feature Request: Optional Change Note. Added a new
Sat, 25 Jun 2016 20:10:03 -0400 John Rouillard - issue2550636, issue2550909: Added support for Whoosh indexer.
Sat, 18 Jun 2016 22:48:21 -0400 John Rouillard issue2550549 Postgres error on message templating
Sun, 05 Jun 2016 00:17:26 -0400 John Rouillard Add support for an integer type to join the existing number type.
Mon, 22 Dec 2014 13:30:20 +1100 John Kristensen Configure the database backend in the config.ini
Fri, 09 May 2014 23:50:52 +1000 John Kristensen Remove reversed/sorted from roundup.support
Fri, 04 Apr 2014 08:09:30 +0200 Ralf Schlatterbeck Fix sort-representation for RDBMS backends
Thu, 12 Dec 2013 16:15:25 +0100 Ralf Schlatterbeck Fix SQL wildcards in string search
Mon, 08 Jul 2013 16:55:20 +0200 Ralf Schlatterbeck Bug-fix: need to return None for empty query
Fri, 10 May 2013 23:24:10 +0200 Bernhard Reiter Closed issue2550805 (Postgresql should search title case insensitive), by Tom Ekberg.
Fri, 22 Mar 2013 15:53:27 +0100 Thomas Arendsen Hein Fixed issue2550595: Allow migrating from roundup 0.x to 1.4
Fri, 17 Aug 2012 15:30:36 +0200 Ralf Schlatterbeck Add an interface to register clearCache callbacks in roundupdb.
Fri, 15 Jul 2011 04:32:50 +0000 Richard Jones how odd, the Retire permission wasn't being registered;
Sat, 16 Apr 2011 11:02:01 +0000 Ralf Schlatterbeck Fixed bug in filter_iter refactoring (lazy multilinks)...
Thu, 14 Apr 2011 15:42:41 +0000 Ralf Schlatterbeck Second patch from issue2550688 -- with some changes:
Thu, 14 Apr 2011 12:24:59 +0000 Ralf Schlatterbeck Fix first part of Password handling security issue2550688
Wed, 06 Apr 2011 13:29:32 +0000 Ralf Schlatterbeck - small performance optimisation for 'get': do common case first
Tue, 29 Mar 2011 20:13:53 +0000 Stefan Seefeld Add flags to allow to restrict DB modifications.
Mon, 21 Mar 2011 20:49:56 +0000 Ralf Schlatterbeck - optimisation for date:
Mon, 21 Mar 2011 20:44:39 +0000 Ralf Schlatterbeck Multilink fixes and optimizations:
Mon, 08 Nov 2010 16:21:02 +0000 Bernhard Reiter Multilinks can be filtered by combining elements with AND, OR and NOT now.
Thu, 04 Nov 2010 22:31:39 +0000 Stefan Seefeld fix SQL generation for empty WHERE clause.
Fri, 22 Oct 2010 14:14:26 +0000 Ralf Schlatterbeck clear the cache on commit for rdbms backends:
Thu, 07 Oct 2010 12:22:10 +0000 Ralf Schlatterbeck - refactor: move import_journal to hyperdb
Thu, 07 Oct 2010 12:02:12 +0000 Ralf Schlatterbeck - lower memory footprint for (journal-) import
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...
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.

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