From: Nathan Wagner Date: Fri, 7 Dec 2018 08:16:18 +0000 (+0000) Subject: fix ambiguous column X-Git-Tag: v0.4.0~17 X-Git-Url: https://pd.if.org/git/?p=zpackage;a=commitdiff_plain;h=cc612731047e7f15a5e3c4cdd042793345764d7c fix ambiguous column --- diff --git a/zpm-contents b/zpm-contents index acd0636..18fac94 100755 --- a/zpm-contents +++ b/zpm-contents @@ -114,7 +114,7 @@ cols=${cols%,} if [ -n "$status" ]; then printf "and P.status = '%s'\n" "$status" fi - printf 'order by package,version collate vercmp, release, path\n' + printf 'order by PF.package, PF.version collate vercmp, PF.release, PF.path\n' printf ';\n' } | zpm shell $pkgfile #} | cat