backend.ai
backend.ai copied to clipboard
feat: return one result value using SQL union query in `query_accessible_vfolders`.
-
migrate from https://github.com/lablup/backend.ai-manager/pull/573 to mono-repo
To successfully support the pagination query, the vfolder list is united into one. Previously,
query_accessible_vfolders()was implemented with Python's list concat, but now only one query containing all vfolder lists is returned.