You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently sorting is done in memory after the resultset has been determined. Mainly because sorting on label is language dependent and not so easy to capture in SQL. On the other hand, sorting on id and uri could be handled quite easily in SQL. But it would complicate the logic in the SQLAlchemyProvider itself.
The text was updated successfully, but these errors were encountered:
Currently sorting is done in memory after the resultset has been determined. Mainly because sorting on label is language dependent and not so easy to capture in SQL. On the other hand, sorting on id and uri could be handled quite easily in SQL. But it would complicate the logic in the SQLAlchemyProvider itself.
The text was updated successfully, but these errors were encountered: