[pgAdmin4] [PATCH] To fix issue in UPDATE Script and Primary key order when view data

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4] [PATCH] To fix issue in UPDATE Script and Primary key order when view data
Date: 2017-05-26 10:12:55
Message-ID: CAKKotZTk6yj5T8VvKRyqK0_Q__O8L-fpFoqQh3E3J+MyhBz25g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
RM_2417.diff text/plain 2.6 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2017-05-26 11:59:01 [pgAdmin4] [PATCH] Allow user to create ENUM type without any label
Previous Message Khushboo Vashi 2017-05-26 07:13:59 Re: [pgAdmin4][Patch]: Feature test for PG Data-types in Query Tool