- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1
 
Open
Description
Currently, when no sort is specified when using build_query(), the data is sorted by the primary key column in ascending order.
In certain contexts, such as sorting by ULID, it may be useful for the user to be able to view the data in a descending order without having to specify the sort for every table created, or append a "-" character to the beginning of their primary key column for each query.
Some way to override the default direction of the sorting would be good to have.
Metadata
Metadata
Assignees
Labels
No labels