Skip to content

Commit

Permalink
fix: handle empty dependency case
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Jun 15, 2024
1 parent e0f19e1 commit 6e3771e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ SELECT
full_version,
commit_time,
committer,
dep.dependency dependency,
coalesce(dep.dependency, '') dependency,
(coalesce(spabhost.value, '') = 'noarch') noarch,
coalesce(spfailarch.value, '') fail_arch,
coalesce(spsrc.key, '') srctype,
Expand Down

0 comments on commit 6e3771e

Please sign in to comment.