mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-01 02:31:36 -05:00
The update count was broken because I added the join onto the apk table, and in the process, forced a GROUP BY on the AppProvider queries. This group by made the COUNT(*) actually count the number of apks for each app, not the total rows.