fix script_path_start

This commit is contained in:
Ruben Fiszel
2023-08-28 02:37:06 +02:00
parent 1db214f9d0
commit 245904195c
+1 -1
View File
@@ -2472,7 +2472,7 @@ fn list_completed_jobs_query(
}
if let Some(ps) = &lq.script_path_start {
sqlb.and_where_like_left("script_path", "?".bind(ps));
sqlb.and_where_like_left("script_path", ps);
}
if let Some(p) = &lq.script_path_exact {
sqlb.and_where_eq("script_path", "?".bind(p));