Re: [pgAdmin4] [Patch]: Language Module

From: Harshal Dhumal <harshal(dot)dhumal(at)enterprisedb(dot)com>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>, Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4] [Patch]: Language Module
Date: 2016-02-12 11:21:12
Message-ID: CAFiP3vw3F1Jq83CkZ_O8NjUCDM69tAphEFOAvyc1hjG8EFnqKA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

New language patch is working fine.
Ashesh - Can you please review it ?
If it looks good then can you please commit ?

Thank you,
Harshal

--
*Harshal Dhumal*
*Software Engineer *

EenterpriseDB <http://www.enterprisedb.com>

On Thu, Feb 11, 2016 at 4:01 PM, Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com
> wrote:

> Hi All
>
> Attached is the modified patch, please review it.
>
> On Thu, Feb 11, 2016 at 2:06 PM, Harshal Dhumal <
> harshal(dot)dhumal(at)enterprisedb(dot)com> wrote:
>
>> Hi Akshay,
>>
>> Please find the review comments below for Language node.
>>
>> - On postgres9.1 language node failed with below error when clicked on
>> properties or sql tab.
>>
>> * function expression in FROM cannot refer to other relations of same
>> query level LINE 15: aclexplode(lanacl) d ^*
>>
>
> Fixed.
>
>>
>> *- *Error when tried to update language name, owner, comment.
>>
>> File "/home/edb/PRJ/pgadmin4/web/pgadmin/browser/utils.py", line 277, in
>> dispatch_request
>> return method(*args, **kwargs)
>> File
>> "/home/edb/PRJ/pgadmin4/web/pgadmin/browser/server_groups/servers/databases/languages/__init__.py",
>> line 139, in wrap
>> return f(*args, **kwargs)
>> File
>> "/home/edb/PRJ/pgadmin4/web/pgadmin/browser/server_groups/servers/databases/languages/__init__.py",
>> line 224, in update
>> sql = self.get_sql(gid, sid, data, did, lid)
>> TypeError: get_sql() takes from 2 to 3 positional arguments but 6 were
>> given
>>
>
> Fixed.
>
>>
>>
>> *- *In pgadmin3 it shows drop down for language name while in pgadmin4
>> in edit mode it shows input text
>> *.*
>> Need some clarification whether user is allowed to enter any language
>> name or can only select from predefined language names.
>>
>
> User can give any language name. In pgAdmin3 it shows drop down but in
> disabled state user can't see any predefine value, so its better to have
> input control instead of drop down.
>
>>
>> Regards,
>> ~Harshal
>>
>>
>>
>>
>> --
>> *Harshal Dhumal*
>> *Software Engineer *
>>
>>
>>
>> EenterpriseDB <http://www.enterprisedb.com>
>>
>> On Mon, Feb 8, 2016 at 6:17 PM, Akshay Joshi <
>> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>>
>>> Hi All
>>>
>>> Attached is the patch for the Language Module. Please review it and if
>>> it looks good then please commit it.
>>>
>>> --
>>> *Akshay Joshi*
>>> *Principal Software Engineer *
>>>
>>>
>>>
>>> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
>>>
>>>
>>> --
>>> 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
>>>
>>>
>>
>
>
> --
> *Akshay Joshi*
> *Principal Software Engineer *
>
>
>
> *Phone: +91 20-3058-9517Mobile: +91 976-788-8246*
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Sanket Mehta 2016-02-12 11:57:59 Re: patch for cast module
Previous Message Neel Patel 2016-02-12 08:43:21 Re: [pgAdmin4][Patch]: Foreign Data Wrapper