psequel icon indicating copy to clipboard operation
psequel copied to clipboard

The total number of pages and records are displayed incorrectly

Open Naerelyth opened this issue 1 year ago • 1 comments

When the number of records is less than a certain value (I have a table with 59 records and there is no error described in the title), there is an error in displaying the total number of pages and records.

Error example with 8 records: image

Error example with 25 records: image

A table with 59 records display correct: image

$ flatpak info me.ppvan.psequel   

psequel - A minimal SQL client

          ID: me.ppvan.psequel
         Ref: app/me.ppvan.psequel/x86_64/stable
        Arch: x86_64
      Branch: stable
     Version: 0.2.0
     License: GPL-3.0-or-later
      Origin: flathub
  Collection: org.flathub.Stable
Installation: system
   Installed: 6.5 MB
     Runtime: org.gnome.Platform/x86_64/47
         Sdk: org.gnome.Sdk/x86_64/47

      Commit: 4733dd40dd6df30ac0c7aa8721dceaca24d02b8a9143238410c6a99270471965
      Parent: 3a6038eeed7a66d45a5c129442d4a8097596bdb233793f3b2e190fc847036cc9
     Subject: Update and rename me.ppvan.psequel.json to me.ppvan.psequel.yml (8d0ea12a)
        Date: 2024-10-16 03:36:41 +0000

Naerelyth avatar Oct 23 '24 12:10 Naerelyth

Heh, was going to report the same:

Image

This is a table with 77 records. The annoying thing is that I can't get to the second page, so I have to write my own SELECT query as a workaround.

$ flatpak info io.github.ppvan.tarug

tarug - A minimal Postgres SQL client

          ID: io.github.ppvan.tarug
         Ref: app/io.github.ppvan.tarug/x86_64/stable
        Arch: x86_64
      Branch: stable
     Version: 0.2.0
     License: GPL-3.0-or-later
      Origin: flathub
  Collection: org.flathub.Stable
Installation: system
   Installed: 6.5 MB
     Runtime: org.gnome.Platform/x86_64/47
         Sdk: org.gnome.Sdk/x86_64/47

      Commit: 9dce58b5545fec2cee0be0319e1e22cebbb13de02df80203bfbbbda7c43102e3
     Subject: fix: Add remote source for tarug module (a4f41858)
        Date: 2025-01-31 17:03:31 +0000

Vinnl avatar Apr 30 '25 12:04 Vinnl