public inbox for [email protected]  
help / color / mirror / Atom feed
From: Dave Page <[email protected]>
To: [email protected]
Subject: pgAdmin 4 commit: Query tool/data editor initial version
Date: Thu, 14 Apr 2016 14:04:17 +0000
Message-ID: <[email protected]> (raw)
List-Unsubscribe:  <mailto:[email protected]?body=unsub%20pgadmin-hackers>

Query tool/data editor initial version

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c6acbcb5ad3af46a0cce1cb3a5ec1b75901a4...
Author: Akshay Joshi <[email protected]>

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(+)


-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: pgAdmin 4 commit: Query tool/data editor initial version
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox