From e67daa9338d71aba2cd26e51a13d9ef3a96a3ed3 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 29 Sep 2004 18:54:33 +0000 Subject: [PATCH] Now the comment is even MORE elucidating\! --- plugins/Quotes.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/Quotes.py b/plugins/Quotes.py index 2d95b3b21..5e9c0613e 100644 --- a/plugins/Quotes.py +++ b/plugins/Quotes.py @@ -138,7 +138,9 @@ class SqliteQuotesDB(object): # XXX This needs to be modified to accept a predicate, and the creation of # the predicate moved to the plugin. One plugin, many database # implementations -- we don't want to burden every database implementation - # to do all this work. + # to do all this work. Yes, this means that sqlite implementations will + # be less efficient for awhile, but I have a plan to resolve that + # eventually. def search(self, channel, **kwargs): criteria = [] formats = []