pgAdmin 4 commit: Properly handle bytea[],and 'infinity'::real/real[]. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Properly handle bytea[],and 'infinity'::real/real[].
Date
Msg-id E1dNFJb-0007tt-Mu@gothos.postgresql.org
Whole thread Raw
List 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.zabuawala@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: [pgAdmin4][PATCH] Fix handling of real type
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][PATCH] Fix handling of real type