pgadmin-org / pgadmin-org/pgadmin4

SELECT bug 'Total rows: 0 of X'

Open
#7,155 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Bug
Dominant language
Python
Stars
3.8k
Forks
891
Avg merge
4d 7h
Merged PRs (30d)
8

Description

Describe the bug
Sometime SELECT return 0 of X data and displays nothing. For example there LIMIT 10 with Total rows: 0 of 10
And it does not display 10 rows.

To Reproduce
It's quite random, it's sometimes happens.

Expected behavior
return every time rows not 0 out 10, display nothing

Screenshots
image

Same request 1s later
image

If applicable, add screenshots to help explain your problem.

  • Version 8.2
  • Application Mode Desktop
  • Current User pgadmin4@pgadmin.org
  • NW.js Version 0.77.0
  • Browser Chromium 114.0.5735.91
  • Operating System Linux-4.19.0-26-amd64-x86_64-with-debian-10.13

Additional context

2-3 months ago I did not have this .

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing a SELECT with LIMIT 10 in pgAdmin 8.2 Desktop on the reported environment, repeating the same request to compare the result count and displayed rows. Done means the query result consistently displays the returned rows instead of showing zero rows.

Written by the indexing model from the issue text.

Assessment

Tech stack
postgresql, sql
Domain
databases
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.