Re: [RM#4546] Add RE-SQL tests for Column node

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [RM#4546] Add RE-SQL tests for Column node
Date: 2019-08-16 12:07:28
Message-ID: CANxoLDe7Ok5oP3D+9NkuKWcWQKzQ2qKdEtP6w8m7KF2=NvweYw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks patch applied.

On Fri, Aug 16, 2019 at 7:31 AM Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:

> Hello Akshay,
>
> On Fri, Aug 2, 2019 at 11:54 AM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Hi Murtuza
>>
>> Following test cases are missing:
>>
>> - Primary Key column.
>>
>> There is no provision to set Primary key from Column dialog, This test
> case will be covered with Primary key constraint RE-SQL tests.
>
>>
>> - Variable options.
>>
>> Added
>
>>
>> - Precision and Collation.
>>
>> Added
>
>>
>> - Identity column with 'GENERATED AS BY DEFAULT'.
>>
>> Added
>
>>
>> - ALTER column with identity values like CYCLE, minimum, maximum
>> etc.. instead of updating comments in such test cases.
>>
>> Fixed
>
>>
>> - Generated expression should use existing columns if possible like
>> (col1 * col2).
>>
>> Fixed
>
>
>> Apart from that can you please look into *RM #4500 *which seems minor
>> issue. Please send separate patch for both.
>>
>
> User is looking to provide length and precision for Integer type, which is
> not possible, We can close this RM.
>
>
> Please review the attached updated patch.
>
>
> Regards,
> Murtuza
>
>
>
>>
>> On Thu, Aug 1, 2019 at 5:36 PM Akshay Joshi <
>> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>>
>>> Hi All
>>>
>>> I'll review this patch and give my review comments.
>>>
>>> On Wed, Jul 31, 2019 at 4:10 PM Murtuza Zabuawala <
>>> murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
>>>
>>>> Hi,
>>>>
>>>> PFA patch to add RE-SQL tests for Column node.
>>>>
>>>>
>>>> --
>>>> Regards,
>>>> Murtuza Zabuawala
>>>> EnterpriseDB: http://www.enterprisedb.com
>>>> The Enterprise PostgreSQL Company
>>>>
>>>>
>>>
>>> --
>>> *Thanks & Regards*
>>> *Akshay Joshi*
>>>
>>> *Sr. Software Architect*
>>> *EnterpriseDB Software India Private Limited*
>>> *Mobile: +91 976-788-8246*
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>>
>> *Sr. Software Architect*
>> *EnterpriseDB Software India Private Limited*
>> *Mobile: +91 976-788-8246*
>>
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-16 12:26:04 pgAdmin 4 commit: Update message catalogs.
Previous Message Akshay Joshi 2019-08-16 12:06:43 pgAdmin 4 commit: Add Reverse Engineered SQL tests for Columns. Fixes #