Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respecting attribute order #34

Closed
timnashcouk opened this issue Jun 27, 2017 · 1 comment
Closed

Respecting attribute order #34

timnashcouk opened this issue Jun 27, 2017 · 1 comment
Assignees

Comments

@timnashcouk
Copy link

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

@kashav
Copy link
Owner

kashav commented Jun 27, 2017

Thanks for the issue! I agree with you.

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.

@kashav kashav self-assigned this Jun 27, 2017
@kashav kashav closed this as completed in 3a12306 Jun 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants