pgAdmin 4 commit: Fixed an issue where On-demand rows throw an error wh

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 On-demand rows throw an error wh
Date: 2021-11-28 08:03:09
Message-ID: E1mrF9R-00084T-Lw@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where On-demand rows throw an error when any row cell is edited
and saved it then scroll to get more rows.

Fixes #7005

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=bef692d4316641f66e13aac01151ed36f4fbe5a4
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_3.rst | 1 +
web/pgadmin/tools/sqleditor/__init__.py | 2 +-
web/pgadmin/utils/driver/psycopg2/connection.py | 3 ---
3 files changed, 2 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-11-28 08:04:17 Re: [pgAdmin][RM-7005]: On demand rows throws error if any cell edit saved
Previous Message Dave Page 2021-11-26 15:05:45 pgAdmin 4 commit: Include GSSAPI support in the PostgreSQL libraries an