pgAdmin 4 commit: Reverting patch for RM #3269.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Reverting patch for RM #3269.
Date: 2020-04-24 06:02:28
Message-ID: E1jRrPw-0000LE-Ov@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Reverting patch for RM #3269.

We observed that sometimes the browser is getting hanged and sometimes
the ViewData grid is getting disappear. We suspect its due to the number
of rows to update on the slick grid after fetching next of rows.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=17129b259b4936e8a484c8278ceabc3c8c3c5e5e
Author: Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst | 3 +-
web/pgadmin/tools/sqleditor/__init__.py | 16 ++-----
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 55 +++++++---------------
3 files changed, 22 insertions(+), 52 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-24 06:03:24 Re: [pgAdmin][RM4180] Mouse click does not select object in Browser unless pointer is over object
Previous Message Nagesh Dhope 2020-04-24 05:19:22 Re: [pgAdmin][RM3269] Slider jumps up issue in DataView panel