help the query planner

This commit is contained in:
ed
2022-05-13 01:41:39 +02:00
parent af9000d3c8
commit 0143380306
3 changed files with 5 additions and 5 deletions

View File

@@ -2413,7 +2413,7 @@ class HttpCli(object):
continue
w = r[0][:16]
q = "select k, v from mt where w = ? and k != 'x'"
q = "select k, v from mt where w = ? and +k != 'x'"
try:
for k, v in icur.execute(q, (w,)):
taglist[k] = True