pgAdmin 4 commit: Using own version of cursor class to allow us to take - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Using own version of cursor class to allow us to take
Date
Msg-id E1bOHub-00031L-Cs@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Using own version of cursor class to allow us to take care of the
duplicate name in column description.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9ba6bafb2b701a1317daa789fdbd19c1b5298d81

Modified Files
--------------
web/pgadmin/tools/sqleditor/__init__.py            |  24 ++-
.../sqleditor/templates/sqleditor/js/sqleditor.js  |   2 +-
web/pgadmin/utils/driver/psycopg2/__init__.py      | 105 +++++-----
web/pgadmin/utils/driver/psycopg2/cursor.py        | 213 +++++++++++++++++++++
4 files changed, 283 insertions(+), 61 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: pgAdmin IV : Unittest modular patch
Next
From: Murtuza Zabuawala
Date:
Subject: Re: PATCH: To fix Timestamps displaying with time as 00:00 (pgAdmin4)