Skip to content

fix(rpc): fix performance of suggest[-pkgbase]

Kevin Morris requested to merge kevr/aurweb:fix-rpc-suggest-speed into pu

We were selecting the entire record; we should just select the Name column as done in this commit.

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports