pgAdmin 4 commit: Fix hadling of DATERANGE[] type. Fixes #2258

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix hadling of DATERANGE[] type. Fixes #2258
Date: 2017-03-17 12:40:12
Message-ID: E1corAy-0007Hy-LG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix hadling of DATERANGE[] type. Fixes #2258

Branch
------
master

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

Modified Files
--------------
web/pgadmin/utils/driver/psycopg2/__init__.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-17 12:46:03 pgAdmin 4 commit: Fix View Data filter options. Fixes #2265
Previous Message Dave Page 2017-03-17 12:32:52 Re: [pgAdmin4][Patch]: Fixed 2190 - Move language selection to Preferences.