TablePlus / TablePlus-Linux

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

Sorting rows causes TablePlus to edit/update the wrong row #198

Closed nicoqh closed 3 months ago

nicoqh commented 3 months ago

Database version: Postgres 15.5 TablePlus version: 1.1.6 (248) Linux distro: Ubuntu 22.04.4 LTS

Double clicking a cell to edit causes TablePlus to modify and update the wrong row. This happens when sorting by anything else than "id" which is a UUIDv4 primary key. Previewing the changes confirms that the wrong row (with the wrong ID) is modified.

Started happending today, so I suspect it is due to the 1.0.6 release.

https://github.com/TablePlus/TablePlus-Linux/assets/3981388/82dbae80-4bb4-4dd9-9316-aba181b6d051

huyphams commented 3 months ago

Fixed! Thanks