pgAdmin 4 commit: Resolved an issue related to quoting the wrong keywor

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Resolved an issue related to quoting the wrong keywor
Date: 2016-02-05 07:38:43
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Resolved an issue related to quoting the wrong keywords for the types.

It was due to wrong index used for the COL_NAME_KEYWORD, used by the
'needsQuoting' function.

Also, replaced a tab with a space in the generate_keyword.py file.

Reported by: Sanket Mehta, Khushboo Vashi

Branch
------
master

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-02-05 08:50:05 pgAdmin 4 commit: Adding support to serialize the datetime to the JSON
Previous Message Akshay Joshi 2016-02-05 07:13:35 Re: patch for cast module