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
The order was originally chosen to match that of ls -l (i.e. [mode] [size] [time] [name]), but I think as we introduce new attributes, it'd be better to respect the requested order.
In the scenario:
fsql "select FULLPATH(name), hash from...
I would expect the return to be:
/path hash
instead it's hash /path
running the latest version available via brew.
% fsql -v fsql version 0.3.x, built off master
The text was updated successfully, but these errors were encountered: