You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM packages_depend ppd JOIN packages pp ON ppd.pkg_id = pp.id
185
+
JOIN packages_packagerelation ppr ON pp.pkgbase = ppr.pkgbase
186
+
JOIN (SELECT DISTINCT cp.pkgname FROM packages cp LEFT JOIN packages_packagerelation pr ON cp.pkgbase = pr.pkgbase WHERE pr.id IS NULL) child ON ppd.name = child.pkgname
0 commit comments