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 1hnIwG-00020E-7m for pgadmin-hackers@arkaria.postgresql.org; Tue, 16 Jul 2019 08:35:56 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hnIwF-00016F-5B for pgadmin-hackers@arkaria.postgresql.org; Tue, 16 Jul 2019 08:35:55 +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 1hnIwE-000168-Ns for pgadmin-hackers@lists.postgresql.org; Tue, 16 Jul 2019 08:35:54 +0000 Received: from mail-wr1-x443.google.com ([2a00:1450:4864:20::443]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hnIwB-0007vr-Sp for pgadmin-hackers@postgresql.org; Tue, 16 Jul 2019 08:35:54 +0000 Received: by mail-wr1-x443.google.com with SMTP id x4so19912965wrt.6 for ; Tue, 16 Jul 2019 01:35:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=dTrAFO7O1QWTLMOwbAqS6n5EL/rdev2cvj/CEzX6kX8=; b=gtFXySIUuiIHenRoJ+Eyq+YaXsLhorgHgKyJiV/+PTgZflOsRNLI9xibcnyMBG3/kG MSTOZwxgGJtE2YyDyAGBhIxceYWivJSwDOR3ANXJ0NmL/FvyCCVzA5S1eZ4MyzuexGPX kcZZE2FyLLxkCEY5sm6olEM70KZDmB2mhl4exx1cGojv0n6k32ES3QeL+ddBWWpwMF9L cKQoSCrumeWaF5bgMiFnk1Gv1UOeLuARtXp/7n7vandbiq6/IQeiJ5N8a2BsvETi1MZ5 iPRngzaW2csxyBIASPlrCDZjXtU/A0P42UbBSH7fDNFtYaPDe6rMSJLaS0i2qF88m9cd Mvrg== 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=dTrAFO7O1QWTLMOwbAqS6n5EL/rdev2cvj/CEzX6kX8=; b=nxx5Obc5uIKXYLWh+eSbj4YLCIxAsAZHBGWaKa/TeujLskX3vV1zCZjtPuPHXngNx9 0aeXudYD5CU1iwH4BUTsmy35EJfBa9x1LzPhSk5B5I68l9IObFVITaoDQNgZmTpNUKaH HrquYAksg/NCIq+xHh0eK0M1JiIvjizoOP2QXJSmEwe/EmFxSATZ1wS2ORS5EEkkChZA zOHy52S/OaXgv4UhhhhHAixcQYnGozVxMcIGm5BO3z+g9HMdiEp4GntAT3vYkTB4Hbla qNplq11PDC7G9xt5j5KyU1IccQm893g8uHpegnII/J1gAEfcxDau1XJEeVqFE3/QWjVM jwMQ== X-Gm-Message-State: APjAAAUZ8srODYq4H8nUI9pGxZ3zLDo4+Us3hoTteJdNMufzY15vAJFR N/LC7mjK5OmYgO6NrBz+KDlHKRHHIoJSA09de8l9wGa+J+4= X-Google-Smtp-Source: APXvYqxp+smFvPbLozSc7PdUo6jv9blkbVFVOR85NoKkqSg5m+qax7gxwNhp3r06aD3ZX6J3DFmgJ+t4pHqhhILrloo= X-Received: by 2002:a05:6000:2:: with SMTP id h2mr27354089wrx.90.1563266149408; Tue, 16 Jul 2019 01:35:49 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Tue, 16 Jul 2019 09:35:37 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch] - RE-SQL and modified SQL tests for Check Constraint node To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000867f6e058dc84323" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000867f6e058dc84323 Content-Type: text/plain; charset="UTF-8" Hi On Tue, Jul 16, 2019 at 7:22 AM Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi, > > Please find the attached patch for the RE-SQL and modified SQL tests for > check constraint node. > > For the table child nodes, *create table endpoint *with proper data is > required in the JSON file. > I have introduced one new parameter named *store_table_id* in the table > create endpoint, so the created table ID will be stored for the rest of the > scenarios > This breaks the type tests :-( -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --000000000000867f6e058dc84323 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi

On Tue, Jul 16, 2019 at 7:22 AM Khushbo= o Vashi <khushboo.vas= hi@enterprisedb.com> wrote:
Hi,

Please find= the attached patch for the RE-SQL and modified SQL tests for check constra= int node.

For the table child nodes, create tab= le endpoint with proper data is required in the JSON file.
I = have introduced one new parameter named store_table_id in the table = create endpoint, so the created table ID will be stored for the rest of the= scenarios

This breaks th= e type tests :-(=C2=A0

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

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Co= mpany
--000000000000867f6e058dc84323--