TablePlus / TablePlus-Linux

TablePlus Linux issue tracker
https://tableplus.com
289 stars 30 forks source link

Sorting issue on Table Plus linux tables #199

Closed zhivkoApo closed 3 months ago

zhivkoApo commented 3 months ago

Please answer the questions below, it helps us to track the issue.

  1. Database version (Ex: PostgreSQL 10.0): MySQL 8.0

  2. TablePlus version (the number on the welcome or about screen, Ex: build 81): 1.1.6 (248) (Trial)

  3. Linux distro (Ex: Ubuntu 18.04): (Ubuntu 22.04)

  4. The steps to reproduce this issue: Go onto some table, and try to sort by some column (clicking on the column). Integer columns are not sorted like 1,2,3,4,5,6,7,8,9,10,11,12 but 1,10,11,2,3,4,5,6,7,8,9 etc (treated like strings) image

Also sorting is not applied to full data retrieved by sql query, but only the page that you are viewing, so if i click to sort descending, i will not take the latest record from all time, but rather from the current page. This was not like this just a month ago.

huyphams commented 3 months ago

Hi, it is fixed in the build 250. Thanks

huyphams commented 3 months ago

You are using ubuntu so the command will be

sudo apt update sudo apt install tableplus