pgAdmin 4 commit: Properly handle bytea[], and 'infinity'::real/real[].

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Properly handle bytea[], and 'infinity'::real/real[].
Date: 2017-06-20 09:19:15
Message-ID: E1dNFJb-0007tt-Mu@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Properly handle bytea[], and 'infinity'::real/real[]. Fixes #2498. Fixes #2502.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d2ba57c1abfda02241d969c4caa1ce0bf24cfc09
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>

Modified Files
--------------
.../feature_tests/pg_datatype_validation_test.py | 35 ++++++++++++++--------
web/pgadmin/utils/driver/psycopg2/__init__.py | 8 ++---
2 files changed, 26 insertions(+), 17 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-20 09:19:28 Re: [pgAdmin4][PATCH] Fix handling of real type
Previous Message Murtuza Zabuawala 2017-06-20 08:38:52 Re: [pgAdmin4][PATCH] Fix handling of real type