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

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

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