pgAdmin 4 commit: Highlight invalid rows when saving data in the edit g - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Highlight invalid rows when saving data in the edit g
Date
Msg-id E1bfq1f-0001yQ-P1@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Highlight invalid rows when saving data in the edit grid. Fixes #1637

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=15df12c924e87945d7f2a4e2b7af860077cc53e2
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py            |   9 +-
web/pgadmin/tools/sqleditor/command.py             |  12 +-
.../tools/sqleditor/static/css/sqleditor.css       |  15 ++
.../sqleditor/templates/sqleditor/js/sqleditor.js  | 156 ++++++++++++++++-----
4 files changed, 149 insertions(+), 43 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Doc updates.
Next
From: Dave Page
Date:
Subject: Re: PATCH: Highlight a row at fault (pgAdmin4)