[pgadmin-hackers] [pgAdmin4][PATCH] To fix the of issue in table node - Mailing list pgadmin-hackers

From Murtuza Zabuawala
Subject [pgadmin-hackers] [pgAdmin4][PATCH] To fix the of issue in table node
Date
Msg-id CAKKotZQnryW=JahEa6Ah-oKNXGaK-v8Sdj-=FiXdGYTDan9mew@mail.gmail.com
Whole thread Raw
Responses Re: [pgadmin-hackers] [pgAdmin4][PATCH] To fix the of issue in table node
List pgadmin-hackers
Hi,

PFA minor patch to fix the issue in table node where it fails to create table when user provides numeric table name eg: 123.
RM#2284

Issue is when use json.loads() it converts string "123" into integer 123.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment

pgadmin-hackers by date:

Previous
From: pgAdmin 4 Jenkins
Date:
Subject: [pgadmin-hackers] Build failed in Jenkins: pgadmin4-master-python26 #216
Next
From: Murtuza Zabuawala
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][PATCH] To fix the of issue in table node