pgAdmin 4 commit: Highlight invalid rows when saving data in the edit g

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Highlight invalid rows when saving data in the edit g
Дата
Msg-id E1bfq1f-0001yQ-P1@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Doc updates.
Следующее
От: Dave Page
Дата:
Сообщение: Re: PATCH: Highlight a row at fault (pgAdmin4)