mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Now the comment is even MORE elucidating\!
This commit is contained in:
parent
f8375acdad
commit
e67daa9338
@ -138,7 +138,9 @@ class SqliteQuotesDB(object):
|
|||||||
# XXX This needs to be modified to accept a predicate, and the creation of
|
# XXX This needs to be modified to accept a predicate, and the creation of
|
||||||
# the predicate moved to the plugin. One plugin, many database
|
# the predicate moved to the plugin. One plugin, many database
|
||||||
# implementations -- we don't want to burden every database implementation
|
# 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):
|
def search(self, channel, **kwargs):
|
||||||
criteria = []
|
criteria = []
|
||||||
formats = []
|
formats = []
|
||||||
|
Loading…
Reference in New Issue
Block a user