pgAdmin 4 commit: Resolved an issue related to quoting the wrong keywor - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Resolved an issue related to quoting the wrong keywor
Date
Msg-id E1aRayZ-0003WN-TG@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Adding the Tablespace node
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Adding the Database node.