pgAdmin 4 commit: Query tool/data editor initial version

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Query tool/data editor initial version
Дата
Msg-id E1aqhsX-0007y9-Vj@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Query tool/data editor initial version

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c6acbcb5ad3af46a0cce1cb3a5ec1b75901a4b35
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
web/pgadmin/static/css/overrides.css               |    9 +
web/pgadmin/tools/datagrid/__init__.py             |  266 +++
.../tools/datagrid/templates/datagrid/filter.html  |    9 +
.../tools/datagrid/templates/datagrid/index.html   |   53 +
.../datagrid/templates/datagrid/js/datagrid.js     |  428 ++++
web/pgadmin/tools/sqleditor/__init__.py            |  951 +++++++++
web/pgadmin/tools/sqleditor/command.py             |  638 ++++++
.../tools/sqleditor/static/css/sqleditor.css       |  248 +++
.../sqleditor/templates/sqleditor/js/sqleditor.js  | 2164 ++++++++++++++++++++
.../templates/sqleditor/sql/9.1_plus/create.sql    |    8 +
.../templates/sqleditor/sql/9.1_plus/delete.sql    |    4 +
.../sqleditor/sql/9.1_plus/objectname.sql          |    7 +
.../sqleditor/sql/9.1_plus/objectquery.sql         |   12 +
.../sqleditor/sql/9.1_plus/primary_keys.sql        |    8 +
.../templates/sqleditor/sql/9.1_plus/update.sql    |    7 +
.../templates/sqleditor/sql/9.1_plus/validate.sql  |    4 +
16 files changed, 4816 insertions(+)


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

Предыдущее
От: Arun Kollan
Дата:
Сообщение: Re: Styling error panel on dialogues
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4] [Patch] Implementation of the Data Grid and Query Tool