mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:47:07 +00:00
Fix SQL error in QC shots selection query
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user