Re: patch for cast module

From: Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: patch for cast module
Date: 2016-02-04 13:01:59
Message-ID: CA+yw=mOD9i_tLu4r5qpGw1Gd9PKY3xRg4gDHKm010eKPHiCMmQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Akshay,

PFA the latest patch for Cast module.
Please do review it and let me know if anything is missing.

Regards,
Sanket Mehta
Sr Software engineer
Enterprisedb

On Wed, Jan 20, 2016 at 5:03 PM, Sanket Mehta <sanket(dot)mehta(at)enterprisedb(dot)com
> wrote:

> Hi Neel.
>
> PFA the revised patch which has changed according to your comments.
> Please do review it and let me know in case anything is missing.
>
>
>
> Regards,
> Sanket Mehta
> Sr Software engineer
> Enterprisedb
>
> On Wed, Jan 20, 2016 at 10:20 AM, Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
> wrote:
>
>> Hi Sanket,
>>
>> Below are the review comments.
>>
>> - When we edit any existing cast node then it gives error "*Response
>> object has no attribute strip*". This error is coming because generated
>> SQL is
>> wrong.
>> - Unnecessary debug logs are coming on console. Please remove unnecessary
>> debug logs.
>> - In some of the sql file, 'qtIdent' and 'qtLiteral' is not used. Please
>> check all the SQL files.
>> - "Delete" cast functionality is not working. Error is getting displayed
>> saying *"syntax error at or near "castsource"*.
>> - "Delete cascade" functionality is not working - error is getting
>> displayed saying *"The requested URL not found".*
>> - Do the proper comments, in some of the function like "script_load" ,
>> comments are wrong.
>> - Is "configs" really required in __init__.py file ? We have not seen any
>> usage for this. Please remove it if it is not required.
>> - Remove commented code from the source file.
>>
>> Please check all the generated SQL statements . Test the basic
>> functionality of "create", "Edit" and "Delete" node before sending patch
>> file.
>>
>> Do let us know for any comments/issues.
>>
>> Thanks,
>> Neel Patel
>>
>> On Tue, Jan 19, 2016 at 8:06 PM, Sanket Mehta <
>> sanket(dot)mehta(at)enterprisedb(dot)com> wrote:
>>
>>> Hi,
>>>
>>> PFA updated patch for cast module as per check list provided by Neel.
>>> Please do review it and let me know in case of anything is missing.
>>>
>>>
>>>
>>> Regards,
>>> Sanket Mehta
>>> Sr Software engineer
>>> Enterprisedb
>>>
>>> On Mon, Jan 18, 2016 at 7:16 PM, Sanket Mehta <
>>> sanket(dot)mehta(at)enterprisedb(dot)com> wrote:
>>>
>>>> Hi,
>>>>
>>>> PFA patch for cast module.
>>>> Please do review it and let me know in case of any issue.
>>>>
>>>>
>>>> Regards,
>>>> Sanket Mehta
>>>> Sr Software engineer
>>>> Enterprisedb
>>>>
>>>
>>>
>>>
>>> --
>>> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
>>> To make changes to your subscription:
>>> http://www.postgresql.org/mailpref/pgadmin-hackers
>>>
>>>
>>
>

Attachment Content-Type Size
castv5.patch text/x-patch 33.6 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-02-04 13:02:19 Re: PATCH: Login/Group Role Node
Previous Message Harshal Dhumal 2016-02-04 12:35:17 Common utility functions to parse privileges [pgadmin4]