[pgadmin-hackers] [pgAdmin4] [PATCH] To fix issue in UPDATE Script and Primary keyorder when view data - Mailing list pgadmin-hackers

From Murtuza Zabuawala
Subject [pgadmin-hackers] [pgAdmin4] [PATCH] To fix issue in UPDATE Script and Primary keyorder when view data
Date
Msg-id CAKKotZTk6yj5T8VvKRyqK0_Q__O8L-fpFoqQh3E3J+MyhBz25g@mail.gmail.com
Whole thread Raw
Responses Re: [pgadmin-hackers] [pgAdmin4] [PATCH] To fix issue in UPDATEScript and Primary key order when view data
List pgadmin-hackers
Hi,

PFA patch to fix the issue in table node, 
1) In 'UPDATE Script', '?' is missing with last column. 
2) If there are multiple primary keys in table then the order of columns is incorrect in view data ORDER BY clause.
RM#2417

Also fixed minor issue in Materialized view which I found during testing, we were not passing database id in properties.sql which is required for Select and Insert script to work.

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

Attachment

pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: Re: [pgadmin-hackers] [pgAdmin4][Patch]: Feature test for PGData-types in Query Tool
Next
From: Murtuza Zabuawala
Date:
Subject: [pgadmin-hackers] [pgAdmin4] [PATCH] Allow user to create ENUM type without any label