pgAdmin 4 commit: Bulk delete rows in SlickGrid. Fixes #1696

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Bulk delete rows in SlickGrid. Fixes #1696
Date: 2016-09-16 15:47:02
Message-ID: E1bkvLy-0005ky-0S@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Bulk delete rows in SlickGrid. Fixes #1696

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c044af95856500bcd01284db7f6c3afc1c9a3e4f
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/command.py | 27 ++++++++++++++++------
.../sqleditor/templates/sqleditor/js/sqleditor.js | 20 +++++++++++-----
.../templates/sqleditor/sql/9.1_plus/delete.sql | 17 ++++++++++----
3 files changed, 47 insertions(+), 17 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-16 15:48:05 Re: PATCH: To fix the performance of delete operation (pgAdmin4)
Previous Message Dave Page 2016-09-16 15:09:56 Re: PATCH: To fix the isssue where several default privileges cause error (pgAdmin4)