fix: fixed parameterized select
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jon Elias 2025-03-04 14:31:07 +01:00
parent 1632da06ca
commit 536bd46c3a
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ module.exports = Self => {
stmts.push(stmt);
stmt = new ParameterizedSQL(`
SELECT f.*, tp.*
SELECT *
FROM tmp.filter f
LEFT JOIN tmp.ticketProblems tp ON tp.ticketFk = f.id
LEFT JOIN tmp.ticket_warnings tw ON tw.ticketFk = f.id