mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 16:05:42 +00:00
fix script_path_start
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user