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
It appears that the current code only allows for specifying sorting by one attribute, or by multiple attributes but all with the same sort direction.
It also appears that specifying the sort direction ('ASC' or 'DESC') as anything other than all-lowercase results in an error. It would be preferable to be able to specify these in uppercase, consistent with SQL conventions.