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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
