diff roundup/backends/rdbms_common.py @ 2363:c69b67905043 maint-0.7

backport from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Sun, 23 May 2004 23:26:30 +0000
parents c075edcc8153
children 1ccfcfeca61b
line wrap: on
line diff
--- a/roundup/backends/rdbms_common.py	Tue May 18 22:07:00 2004 +0000
+++ b/roundup/backends/rdbms_common.py	Sun May 23 23:26:30 2004 +0000
@@ -1,4 +1,4 @@
-# $Id: rdbms_common.py,v 1.98.2.3 2004-05-16 22:00:08 richard Exp $
+# $Id: rdbms_common.py,v 1.98.2.4 2004-05-23 23:26:29 richard Exp $
 ''' Relational database (SQL) backend common code.
 
 Basics:
@@ -1991,7 +1991,7 @@
         "sort" and "group" are (dir, prop) where dir is '+', '-' or None
         and prop is a prop name or None
 
-        "search_matches" is {nodeid: marker}
+        "search_matches" is {nodeid: marker} or None
 
         The filter must match all properties specificed - but if the
         property value to match is a list, any one of the values in the

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