Fix SQL error in QC shots selection query

This commit is contained in:
D. Berge
2020-10-06 19:58:55 +02:00
parent 6d427c4b1a
commit 2a19caf219

View File

@@ -54,7 +54,7 @@ async function byShot (client) {
LEFT JOIN final_shots fs USING (sequence, point)
LEFT JOIN final_shots_ij_error fse USING (sequence, point)
WHERE
hash != '*online*'
rsp.hash != '*online*'
--WHERE
-- NOT COALESCE(fs.meta, rsp.meta) ? 'qc'
-- OR COALESCE(fs.meta, rsp.meta) @? '$.qc.sbs'