Skip to content

Sort by a column in custom queries #3

@jsancho-gpl

Description

@jsancho-gpl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions