pgAdmin 4 commit: Fix load on demand in View/Edit data mode. Fixes #453

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix load on demand in View/Edit data mode. Fixes #453
Date: 2019-08-02 09:39:23
Message-ID: E1htU1z-0006Wc-7z@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix load on demand in View/Edit data mode. Fixes #4536

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0cfd76c2795466d9b7d08ccc10c273bfcef80dae
Author: Yosry Muhammad <yosrym93(at)gmail(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_12.rst | 3 ++-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 16 +++++++++-------
2 files changed, 11 insertions(+), 8 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-08-02 09:39:36 Re: Ensure View Data mode fetches next rows on scrolling through results when appropriate. Fixes #4536.
Previous Message Dave Page 2019-08-02 09:25:43 Re: [pgAdmin4][Patch]: Feature #4540 Change the design of the Code tab/block wherever applicable