Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1i3DYk-00081U-LA for pgadmin-hackers@arkaria.postgresql.org; Thu, 29 Aug 2019 06:05:26 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1i3DYj-0001HA-5r for pgadmin-hackers@arkaria.postgresql.org; Thu, 29 Aug 2019 06:05:25 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1i3DYi-0001H3-VW for pgadmin-hackers@lists.postgresql.org; Thu, 29 Aug 2019 06:05:25 +0000 Received: from mail-ot1-x341.google.com ([2607:f8b0:4864:20::341]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1i3DYf-0001NI-Tj for pgadmin-hackers@postgresql.org; Thu, 29 Aug 2019 06:05:24 +0000 Received: by mail-ot1-x341.google.com with SMTP id b1so2277731otp.6 for ; Wed, 28 Aug 2019 23:05:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=nxk7r+JGBtl+2RLfq3Z0c+9NsLflETnnCZS2pMgp82c=; b=hXl4hvSWzSxWNJ75dlwCdw0XDI0I9Z3HaThjcz4B9yBVOo1ayvGKUJTEqQaLDP+GD8 /B3uyTY78LuP3BC/8jnlXPAGBTHAl/T6N//Dv1cxOWu4Pd0JZ5hGzJQQpeOkCsHlf3Qt QDg1yqWHPP17ncHbfX0rBK0FkLnwf4LvykOXzOQIIFy8aBK6CGhcXf9bZKBI/Y5QM64u Rb7aGRvCJxF3p8d7663xW/fN9s8fCLtIu/2+zhPvD44k+Wmnz05uq7PZjH5LqmgH688+ h2MXxvMZbABuHDWra4HERjLBUXSVbhQJYDmZYxLv3ddMDaz0EoJP/e0jE0t+LSrDHaGF C5EQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=nxk7r+JGBtl+2RLfq3Z0c+9NsLflETnnCZS2pMgp82c=; b=mhW8ae9bkC0+gI0AwtuWLOhMtF/vBK33EgNRnIzX2DckLtfrIppzKoSf5BF1bEa86s GeE6cOaRxjaKmqKpcX9GaAAadpwx8SYXBiC7/SDTEA1cSn6VqJmEPZXTp6v33kflt37n 43VSHwrZlT3JITLE9eT6mbC2LByWpXLVLK8somnObRkLj+8Y4e9h8iaDYYHOLE25wxRj Ayi/3aVVIgAQrJYdQY6pRc3xF/7UrTtvG+hSvh7xtV1JYKicejBCu/KH7Nl6UJ78ShU+ VZqyXUOfc1qC4MxANtY0PHh/ILLleLCDmGxERT6USlDL6uE2yajsbjBALfVyB/Z7Ng3A Gamg== X-Gm-Message-State: APjAAAX/9dCK7ObQkre/PmtRbuj/hj6hqeGGLIfzpT+1jNa1r2Aqbw6p wcBi+k3rVNLxoupauyTuZoienuy4ffvIbOW/uwwmrA== X-Google-Smtp-Source: APXvYqxoItkx6KkGZvI/y+z+qybRqFMK24BRADXPUuBtPPOB2X1JFI1I44CXddzeaa0BZ/2Xx2O0rHUqwPkKnuElfdY= X-Received: by 2002:a9d:6b1a:: with SMTP id g26mr6344934otp.195.1567058331974; Wed, 28 Aug 2019 22:58:51 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Aditya Toshniwal Date: Thu, 29 Aug 2019 11:28:16 +0530 Message-ID: Subject: Re: [pgAdmin][RM4469] Add RE-SQL test cases for Sequences To: Dave Page Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="00000000000038522105913b33cd" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000038522105913b33cd Content-Type: text/plain; charset="UTF-8" Hi Hackers, Kindly hold on with the patch. I think I have missed few things. :P Will send an updated patch. On Wed, Aug 28, 2019 at 6:08 PM Aditya Toshniwal < aditya.toshniwal@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch containing further changes to sequences RE-SQL test > cases. Changes include MSQL test cases, ACL test cases and allow run > sequences test cases on EPAS servers. > > Kindly review. > > On Mon, Jul 15, 2019 at 7:26 PM Dave Page wrote: > >> Thanks, committed. >> >> On Mon, Jul 15, 2019 at 12:06 PM Aditya Toshniwal < >> aditya.toshniwal@enterprisedb.com> wrote: >> >>> Hi Hackers, >>> >>> Attached is the patch to add RE-SQL test cases for sequences. When >>> running the test cases, I also found an issue (#4470 >>> ). The fix for it is >>> included in the patch. >>> >>> Kindly review. >>> >>> -- >>> Thanks and Regards, >>> Aditya Toshniwal >>> Software Engineer | EnterpriseDB India | Pune >>> "Don't Complain about Heat, Plant a TREE" >>> >> >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company >> > > > -- > Thanks and Regards, > Aditya Toshniwal > Software Engineer | EnterpriseDB India | Pune > "Don't Complain about Heat, Plant a TREE" > -- Thanks and Regards, Aditya Toshniwal Software Engineer | EnterpriseDB India | Pune "Don't Complain about Heat, Plant a TREE" --00000000000038522105913b33cd Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Hackers,

Kindly hold on with the patch. I think I have = missed few things. :P
Will send an updated patch.

On Wed, Aug 28, 2019= at 6:08 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com> wrote:
Hi Hackers,

At= tached is the patch containing further changes to sequences RE-SQL test cas= es. Changes include MSQL test cases, ACL test cases and allow run sequences= test cases on EPAS servers.

Kindly review.

On Mon, Jul 15, 201= 9 at 7:26 PM Dave Page <dpage@pgadmin.org> wrote:
Thanks, committed.

On Mon, Jul 15, = 2019 at 12:06 PM Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>= wrote:
Hi Hackers,

Attached is the patch to add RE-SQL test cases for seq= uences. When running the test cases, I also found an issue (#4470). The f= ix for it is included in the patch.

Kindly review.

--
<= div>
Thanks and Regards,
Aditya Toshniwal
Software Engineer |=C2=A0EnterpriseD= B India |=C2=A0Pune
"Don't Complain about Heat, Plant a TREE"
=


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

Enterpri= seDB UK: http://w= ww.enterprisedb.com
The Enterprise PostgreSQL Company


--
Thanks and Regards,
Aditya Toshniwal
Software Engineer |=C2=A0EnterpriseDB I= ndia |=C2=A0Pune
"Don't Complain about Heat, Plant a TREE"


--
Adi= tya Toshniwal
Software Engineer |=C2=A0EnterpriseDB India |=C2=A0Pune
"Don't Complain a= bout Heat, Plant a TREE"
--00000000000038522105913b33cd--