diff roundup/backends/rdbms_common.py @ 2579:ead9f926234a maint-0.7

merge from HEAD
author Richard Jones <richard@users.sourceforge.net>
date Mon, 19 Jul 2004 00:38:54 +0000
parents 5455dd2ec6d7
children 5077745b0758
line wrap: on
line diff
--- a/roundup/backends/rdbms_common.py	Thu Jul 15 22:27:52 2004 +0000
+++ b/roundup/backends/rdbms_common.py	Mon Jul 19 00:38:54 2004 +0000
@@ -1,4 +1,4 @@
-# $Id: rdbms_common.py,v 1.98.2.16 2004-07-03 23:08:44 richard Exp $
+# $Id: rdbms_common.py,v 1.98.2.17 2004-07-19 00:38:54 richard Exp $
 ''' Relational database (SQL) backend common code.
 
 Basics:
@@ -2064,7 +2064,7 @@
         property value to match is a list, any one of the values in the
         list may match for that property to match.
         '''
-        # just don't bother if the full-text search matched diddly
+        # we can't match anything if search_matches is empty
         if search_matches == {}:
             return []
 

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