pgAdmin 4 commit: Added timeout in _wait_timeout function in our psycop

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Added timeout in _wait_timeout function in our psycop
Date: 2017-03-24 08:33:32
Message-ID: E1crKf6-0002zH-1m@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added timeout in _wait_timeout function in our psycopg2 module.
Fixes debugger module, Added common function to covert 2d array data to dict for BackGrid.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/tools/debugger/__init__.py | 70 ++++++++++++++++-----------
web/pgadmin/utils/driver/psycopg2/__init__.py | 4 +-
2 files changed, 45 insertions(+), 29 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2017-03-24 08:52:47 Patch for Feature #1344 Can't use multiple monitors (Windows 10)
Previous Message Harshal Dhumal 2017-03-24 07:51:04 Re: [pgAdmin 4 - Bug #2274] Row Deletion Against Tables With PKs Not at Ordinal 0 Position Fail