backend.ai icon indicating copy to clipboard operation
backend.ai copied to clipboard

feat: return one result value using SQL union query in `query_accessible_vfolders`.

Open agatha197 opened this issue 3 years ago • 0 comments

  • 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.

agatha197 avatar Aug 16 '22 06:08 agatha197