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 1glVrg-0003cn-KN for pgadmin-hackers@arkaria.postgresql.org; Mon, 21 Jan 2019 09:27:32 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1glVre-0006kc-Co for pgadmin-hackers@arkaria.postgresql.org; Mon, 21 Jan 2019 09:27:30 +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 1glVre-0006kV-7K for pgadmin-hackers@lists.postgresql.org; Mon, 21 Jan 2019 09:27:30 +0000 Received: from mail-qt1-x831.google.com ([2607:f8b0:4864:20::831]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1glVra-00021v-Ti for pgadmin-hackers@postgresql.org; Mon, 21 Jan 2019 09:27:29 +0000 Received: by mail-qt1-x831.google.com with SMTP id v11so22872171qtc.2 for ; Mon, 21 Jan 2019 01:27:26 -0800 (PST) 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=y1sid8LW0wTICnGUE1KxeRYbDtcoQI9Bg+tDFdc3wLw=; b=LUCaGDr0oOW3FWuLX2DCG+RqI95fEi7FN3IQFrB8nBBCUW2LH1qvIhivlGxk7Z2L1H ej6aEMzgKXTpdrmZWCI6lfX7DygaYXo66fN/iJ/Yc7q4jqLp2OVFyExUi9Og42eW7XfZ 5eXOYwT3TntgGoqY82Yzrd++kUmdmgDT3ujxN7WTyuwy0FKWrh11XFZZYrBnofyHB5lF vkDiU/QM8J4+BA8A7A8H9D+qgMrAZBF0XsNoYyRhaMHqaT0Y3+j9DdQOIzbdBMzuYjkE h20ueR1qxZ7kAZY5MKMPqw53Gd0gk7CWR1aoNF/vKpGGaMCOhGBt5h82khl1d0RYT9Ls Ciwg== 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=y1sid8LW0wTICnGUE1KxeRYbDtcoQI9Bg+tDFdc3wLw=; b=e0yrkqWcQ1RDtwMukRn6MBVxaRh+xtQ2xMW/VQu8terYaSX+mifC1QNfd8HeHqlvLq T1H4+uflHmb/vP3wjTkgHO2m8bmMppvyJmE7i4Y2UWmIq9SVUtkfySRUYqZfAfJymcQb 5Na0nFOYOtBiOmTKeOyZCpLt6EKm46kaZOi9EojLMqqYtv0DO7AOPfd9ik4t0eAr9eYE 3jpNIKRJq9TpjyGdvc9xN7EkwUx5x3GWETFRtGXLrOYsrRf+n0FtmpBoh76sXSuSQXzv e+UyLrpMud0Sj/Aw9t5nSUYB242FMT0dZm0uqA+ht71fv+q1zWFBQsRL0bEDHYtNRTcR srOg== X-Gm-Message-State: AJcUukfgDOg1gDnAX8M73EKK8Ufyu0fp87ShO+sUHFkpjZZtQA7bG8Q/ D4UZVyNgqB2zRGS5J5xXCuVjy/LN6OeN3SJwRqKycQ== X-Google-Smtp-Source: ALg8bN5KaejZmlTkwerbGZyJ8gMu/aabJTnI72+d2yovNOiXgh2nM3tSkB2bPkhSIbRFEsC8c8zhBkVvnxxVG/i7Enc= X-Received: by 2002:a0c:fc09:: with SMTP id z9mr22033918qvo.157.1548062844767; Mon, 21 Jan 2019 01:27:24 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Mon, 21 Jan 2019 14:57:13 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch] - RM 3853 - Incorrect SQL generated for create script of domain type interval with precision. ERROR: syntax error at or near "[" To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000f3f485057ff47790" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000f3f485057ff47790 Content-Type: text/plain; charset="UTF-8" Hi Khushboo Can you please fix the following and send the patch again - PEP8 issue - Test cases is failing with Python 3.5. On Mon, Jan 21, 2019 at 2:06 PM Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix the RM #3853 - Incorrect SQL > generated for create script of domain type interval with precision. ERROR: > syntax error at or near "[" > > The patch includes the fix as well as the API test case to verify the > reverse Engineered SQL. > > Thanks, > Khushboo > -- *Akshay Joshi* *Sr. Software Architect * *Phone: +91 20-3058-9517Mobile: +91 976-788-8246* --000000000000f3f485057ff47790 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi=C2=A0Khushboo

Can you please fix the following= and send the patch again
  • PEP8 issue
  • Test cases i= s failing with Python 3.5.

On Mon, Jan 21, 2019 at 2:06 PM K= hushboo Vashi <khushb= oo.vashi@enterprisedb.com> wrote:
Hi,

Please fin= d the attached patch to fix the RM #3853 -=C2=A0Incorrect SQL generated for= create script of domain type interval with precision. ERROR: syntax error = at or near "["

The patch includes the fix as = well as the API test case to verify the reverse Engineered SQL.

Than= ks,
Khushboo


--
Akshay Joshi
Sr. S= oftware Architect
=

Phone: +91 20-3058-9517
Mobile: +91 976-788-8246
=
--000000000000f3f485057ff47790--