pgadmin-org / pgadmin-org/pgadmin4
SELECT bug 'Total rows: 0 of X'
Nobody has claimed this yet.
- 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
Same request 1s later
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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