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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where the query tool is not fetching m
Date: 2020-09-22 04:16:04
Message-ID: E1kKZim-0005JM-RN@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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 <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_27.rst | 3 ++-
.../sqleditor/utils/is_query_resultset_updatable.py | 19 +++++++++----------
2 files changed, 11 insertions(+), 11 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-09-22 04:16:42 Re: [pgAdmin][RM5739]: Export feature(COPY) does not work with SSH tunnel
Previous Message Akshay Joshi 2020-09-21 11:54:06 Re: [pgAdmin][RM3794]:Allow User to Change Database Connection from an Open Query Tool Tab