From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Query tool/data editor initial version |
Date: | 2016-04-14 14:04:17 |
Message-ID: | E1aqhsX-0007y9-Vj@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)joshi(at)enterprisedb(dot)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(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2016-04-14 14:10:17 | Re: [pgAdmin4] [Patch] Implementation of the Data Grid and Query Tool |
Previous Message | Arun Kollan | 2016-04-14 13:35:00 | Re: Styling error panel on dialogues |