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

Sort by a column in custom queries #3

Open
jsancho-gpl opened this issue Jun 1, 2018 · 0 comments
Open

Sort by a column in custom queries #3

jsancho-gpl opened this issue Jun 1, 2018 · 0 comments

Comments

@jsancho-gpl
Copy link
Collaborator

When executing a query with both where and order by, the results aren't ordered. This is due because method Table.where is used, and that method doesn't allow sort arguments.

To fix it, method Table.get_where_list should be used.

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

No branches or pull requests

1 participant