pgAdmin 4 commit: Adding the SQL tab for the nodes, with 'hasSQL' prope

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Adding the SQL tab for the nodes, with 'hasSQL' prope
Дата
Msg-id E1aDPiN-0002f5-Ep@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Adding the SQL tab for the nodes, with 'hasSQL' property set to true, in
create/edit mode. It will fetch the modified sql using the 'msql' url
specific to that node.

Also, modified by Ashesh before committing it.
i.e. Added code comments, cleanup code for the control, etc.

Branch
------
master

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

Modified Files
--------------
.../browser/templates/browser/js/browser.js        |   4 +-
web/pgadmin/browser/templates/browser/js/node.js   |   2 +-
web/pgadmin/static/js/backform.pgadmin.js          | 163 ++++++++++++++++++---
3 files changed, 146 insertions(+), 23 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Keep all the information in the tree node data in the
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Moving children function within the PGChildNodeView i