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

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Using own version of cursor class to allow us to take
Date: 2016-07-16 05:13:13
Message-ID: E1bOHub-00031L-Cs@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-07-18 06:34:14 Re: PATCH: To fix Timestamps displaying with time as 00:00 (pgAdmin4)
Previous Message Dave Page 2016-07-15 12:53:53 Re: pgAdmin IV : Unittest modular patch