Re: [pgAdmin][RM4938] Code refactoring of 'Columns' node

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM4938] Code refactoring of 'Columns' node
Date: 2019-11-28 12:16:37
Message-ID: CAM9w-_k1dnNTWv-sN6h2e5yw3u3zOY4jd0JnX31d_-BYoYo_Pg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Akshay,

The patch looks good to me. Test cases are passing.
I had found one issue, but it was not related to your patch so I've logged
it in redmine.
Apart from that, I've changed column.js code slightly to handle min_val and
max_val for length and precision correctly.
Attached is the updated patch.

On Wed, Nov 27, 2019 at 2:25 PM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Hi Hackers,
>
> Attached is the patch contains following fixes:
>
> - RM #4938 Code refactoring of 'Columns' node.
> - RM #4761 Wrong type when changing timestamp with time zone to
> timestamp without a time zone.
> - RM #4964 Column length is not being removed through the properties
> of any table.
> - RM #4965 Interval data type is not displayed in the properties
> section of a table>columns.
> - Change the label from 'Length and Precision' to 'Length/Precision
> and Scale' for columns.
> - The maximum length for datatype like interval, timestamp with time
> zone, time with time zone, etc.. is 6. Set the max length to 6 instead of
> 10.
>
> Please review and test it from the table and column dialogs.
>
> --
> *Thanks & Regards*
> *Akshay Joshi*
>
> *Sr. Software Architect*
> *EnterpriseDB Software India Private Limited*
> *Mobile: +91 976-788-8246*
>

--
Thanks and Regards,
Aditya Toshniwal
Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"

Attachment Content-Type Size
RM_4938_v2.patch application/octet-stream 84.1 KB

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-11-28 13:20:36 pgAdmin 4 commit: 1) Refactored code of columns node. Fixes #4938.
Previous Message Fahar Abbas 2019-11-27 12:27:33 [Feature #4435] Feature request for Drag and Drop