Fix query on empty local cache
This commit is contained in:
parent
70663ad016
commit
3a2ece31b6
@ -359,7 +359,7 @@ impl<const RW: bool> StoreConnection<RW> {
|
|||||||
let row_results = query!(
|
let row_results = query!(
|
||||||
"
|
"
|
||||||
SELECT chunk_id AS \"chunk_id!\" FROM indices i
|
SELECT chunk_id AS \"chunk_id!\" FROM indices i
|
||||||
LEFT JOIN blobs b USING (index_short_id)
|
JOIN blobs b USING (index_short_id)
|
||||||
WHERE index_sha256 = ?
|
WHERE index_sha256 = ?
|
||||||
",
|
",
|
||||||
index_id_text
|
index_id_text
|
||||||
|
Loading…
x
Reference in New Issue
Block a user