Re: pgAdmin 4 commit: Fixed an issue where the query tool is not fetching m

2020-09-21 Thread Ashesh Vashi
Murtuza, Please make sure this one is merged. — Ashesh On Tue, 22 Sep 2020 at 09:46, Akshay Joshi wrote: > Fixed an issue where the query tool is not fetching more than 1000 rows > for the table does not have any primary key. Fixes #5845 > > > > Branch > > -- > > master > > > > Details > >

pgAdmin 4 commit: Fixed an issue where the query tool is not fetching m

2020-09-21 Thread Akshay Joshi
Fixed an issue where the query tool is not fetching more than 1000 rows for the table does not have any primary key. Fixes #5845 Branch -- master Details --- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ed3c692b1fc7615a91910a1ea53411bced6b6176 Author: Aditya Toshniwal