fix sql syntax
This commit is contained in:
parent
098afe144e
commit
0f7fd008d4
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ isInodeKnown i s = readDb query
|
|||
|
||||
likesql = T.concat
|
||||
[ "SELECT key FROM content WHERE "
|
||||
, T.unwords (map mklike (likeInodeCacheWeak i))
|
||||
, T.intercalate " OR " $ map mklike (likeInodeCacheWeak i)
|
||||
, " LIMIT 1"
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue