pgAdmin 4 commit: Re-hash the way that we handle rendering of special t

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Re-hash the way that we handle rendering of special t
Date: 2017-12-13 11:53:33
Message-ID: E1eP5bR-0006dn-Ka@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Re-hash the way that we handle rendering of special types such as arrays. Fixes #2782. Fixes #2822.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/feature_tests/test_data.json | 6 +-
web/pgadmin/static/js/slickgrid/editors.js | 55 +----
web/pgadmin/static/js/slickgrid/formatters.js | 69 ------
web/pgadmin/tools/datagrid/__init__.py | 3 +-
web/pgadmin/tools/sqleditor/__init__.py | 7 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 8 +-
web/pgadmin/utils/driver/psycopg2/__init__.py | 159 ++-----------
web/pgadmin/utils/driver/psycopg2/cursor.py | 4 +-
web/pgadmin/utils/driver/psycopg2/typecast.py | 250 +++++++++++++++++++++
9 files changed, 295 insertions(+), 266 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-12-13 11:53:42 Re: [pgAdmin4][RM2782][RM2822] fix array representation in query tool and data grid
Previous Message Dave Page 2017-12-13 10:28:54 Re: [pgAdmin4][Patch]: RM #2849 - Allow editing of data on tables with OIDs but no primary key