Now the comment is even MORE elucidating\!

This commit is contained in:
Jeremy Fincher 2004-09-29 18:54:33 +00:00
parent f8375acdad
commit e67daa9338
1 changed files with 3 additions and 1 deletions

View File

@ -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 = []