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

sortBy doesn't work if it's on its own #38

Closed
pezipink opened this issue Jan 31, 2014 · 1 comment
Closed

sortBy doesn't work if it's on its own #38

pezipink opened this issue Jan 31, 2014 · 1 comment
Labels

Comments

@pezipink
Copy link
Contributor

sortBy / sortByDescending does not work if it is the only expression in the query eg

query { for x in y do
        sortByDescending x.z
        head }

This is likely to with with alias / tuple things that happen in ast shakedown - or more specifically - have not happened due to the lack of other expressions. This will either be really simple to fix or a right pain, probably the latter :)

@pezipink pezipink mentioned this issue Mar 14, 2014
@pezipink
Copy link
Contributor Author

fixed e4d4587

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant