mirror of
https://github.com/9001/copyparty.git
synced 2026-03-29 11:32:55 +10:00
help the query planner
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user