pgAdmin 4 commit: Changed array representation and formatting for the d

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Changed array representation and formatting for the d
Date: 2017-09-18 06:37:40
Message-ID: E1dtpga-0007o7-61@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Changed array representation and formatting for the data types in Query Tool and View Data. Fixes #2671

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=30e701607713edc1ba43173556c911c98fc09eb5
Author: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/feature_tests/test_data.json | 13 +-
web/pgadmin/feature_tests/view_data_dml_queries.py | 23 +--
web/pgadmin/static/js/slickgrid/editors.js | 165 +++++++++++++++++----
web/pgadmin/static/js/slickgrid/formatters.js | 151 ++++++++++++++-----
web/pgadmin/tools/sqleditor/command.py | 70 +++++----
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 72 ++++++---
.../templates/sqleditor/sql/default/insert.sql | 12 +-
.../templates/sqleditor/sql/default/update.sql | 12 +-
web/pgadmin/utils/driver/psycopg2/__init__.py | 77 +++++++---
9 files changed, 424 insertions(+), 171 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2017-09-18 06:37:58 Re: Array representation and save array data from datagrid [RM2671][pgAdmin4]
Previous Message Harshal Dhumal 2017-09-18 06:18:22 Re: [pgAdmin4][Patch]: Properly handle builtins.SERVER_MODE variable when SERVER_MODE is not set