bdash-app / bdash

Simple SQL Client for lightweight data analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sort query data feature

vv-boy opened this issue · comments

Certainly! Here's a refined version:

"I have queried 1000 rows of data, and I would like the ability to sort any column by clicking on the column header."

Thanks for your feature request. With this feature, what is the desired behavior if the query result contains more than 1,000 rows and bdash truncates the result to 1,000 rows?

IMHO bdash should delegate the sort feature to databases using order by in order to avoid creating confusion about sorting of large data.

Are there any existing use cases for this feature? If there are, they could serve as the starting point for this discussion.