summaryrefslogtreecommitdiff
path: root/src/backend/querydb.py
AgeCommit message (Collapse)Author
2024-09-22backend :v4.2409.2V3n3RiX
* Improve the database query to take SLOTS into consideration * This addresses the unreliability of the 'upgradable' filter. * The change ensures consistent and accurate filtering of upgradable packages. qt frontend : * Select the package SLOT on install and remove operations * This resolves a rare issue where for example Blender version 4.2 is unavailable, * and selecting version 3.6, 4.0 or 4.1 inadvertently defaults to 4.2 due to a missing SLOT. * The change ensures consistent and accurate version selection thanks to SLOT selection.
2024-08-31unify db queryingv6.2408.0V3n3RiX