Thread: pgAdmin 4 commit: Using own version of cursor class to allow us to take

pgAdmin 4 commit: Using own version of cursor class to allow us to take

From
Ashesh Vashi
Date:
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(-)