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 1hpYJt-00040x-2W for pgadmin-hackers@arkaria.postgresql.org; Mon, 22 Jul 2019 13:25:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hpYJr-000165-Rp for pgadmin-hackers@arkaria.postgresql.org; Mon, 22 Jul 2019 13:25:35 +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 1hpYJr-00011o-GN for pgadmin-hackers@lists.postgresql.org; Mon, 22 Jul 2019 13:25:35 +0000 Received: from mail-qk1-x735.google.com ([2607:f8b0:4864:20::735]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hpYJo-00088x-HK for pgadmin-hackers@postgresql.org; Mon, 22 Jul 2019 13:25:34 +0000 Received: by mail-qk1-x735.google.com with SMTP id v22so28542522qkj.8 for ; Mon, 22 Jul 2019 06:25:32 -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=bdl+Hk9AYCt5/Uii0KLUonEi9SEsHzwLJ4YIEdKAiaA=; b=ibe45A5dK2RzfK2hB9a8YbNCa6N/wMAH+9Ik0t1AbldscPGfcDxo1mmajuvSU8TbO7 du0YGZgNbw1PxRE6rfPKsCOwOVYC/N+0W8y4BwzbO0TYopRt0vVpirVvnrHhbaTOUu8U yzv4OH41HtoPpVP9IhIG+FyUJRkJEPYUjK2opHTOkStkX6rcuto4UHq2pWF2MAslQTt4 aKMX4N8lnz7X6GlfMkI3lsdwTLJNMABJeKh+kjxxwWonsVI0FW63q8uPazCVHTmAGkoj WFV3sutR1aZVReghKaFOE6aF353pMW6ZGJickexdYekfmnWS7LoLr+lSzIkg4f8yklk1 LgyA== 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=bdl+Hk9AYCt5/Uii0KLUonEi9SEsHzwLJ4YIEdKAiaA=; b=coycBHH0mjve0lIQlsixlctE4jj6QxgLaXNs3Tbyp7DZn2qwyoHAvQYLptU19f/Gaa mYDEH4YCLHA68iuUom5DB4gdguNpOkznO1SGl5OU6ryKBZN/CTroee329zF+0hWq6mJZ TVnjK1ADq8ocqtoLG8BAVKEaVYY+JUHlx166WOXM19jeXv6m6tkb9XZ515KALk72rAYB rsFA62xM05YbTRO/CuRZD9dVz6iVQyuRNPhk8p82lM12eyCFHYNPrMdQpz+KunIdv4qX f1nwgL/kGgHaPlqfff9oskISzqVFsSxzJi5jVgDXjmpmccAgRd5k+fUqk3pn0LbnYknt 8EcA== X-Gm-Message-State: APjAAAXqTFGcr6BskR/un5Frq4LYHV9YD702Ywxt4Z7qjZhy8OZa5ynX a5CQjldJ++PDEXqnDPVNqTc4HK/7YO24C5dZ7aNl2GPz X-Google-Smtp-Source: APXvYqytyMI5RX+iYj9OPdfsS7IwIQeaCji0uEiSQEhcBzjFHDHhR0JQnGsxaTj+jkFT8XpjRdzfZvfHty89t3+vx1s= X-Received: by 2002:ae9:e30d:: with SMTP id v13mr45727082qkf.148.1563801929820; Mon, 22 Jul 2019 06:25:29 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Akshay Joshi Date: Mon, 22 Jul 2019 18:55:18 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch] - RM 4427 , RM 4484, RM 4485 To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="00000000000086c6a5058e450230" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000086c6a5058e450230 Content-Type: text/plain; charset="UTF-8" Thanks patch applied. On Mon, Jul 22, 2019 at 3:51 PM Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix below RMs: > > #4427 - Cannot View Retrieve Records From 1 Table > #4484 - Query Tool - Explain & Explain Analyze are broken > #4485 - View Data - Filter Data is broken > > This issues are the regression of below commits: > > 74cfeabd02c8fd63d2604ac826dae7ed4308a91e > 710d520631b1b4649eb4a8d924e3141ff74af449 > > 4cbc1f2f59192f6461cfeea96aec2d3ee5df5f06 > > Thanks, > Khushboo > -- *Thanks & Regards* *Akshay Joshi* *Sr. Software Architect* *EnterpriseDB Software India Private Limited* *Mobile: +91 976-788-8246* --00000000000086c6a5058e450230 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks patch applied.

=
On Mon, Jul 22, 2019 at 3:51 PM Khush= boo Vashi <khushboo.v= ashi@enterprisedb.com> wrote:
Hi,

Please find the attached patch to fix below RMs:

=C2=A0#4427 -=C2=A0Cannot View R= etrieve Records From 1 Table=C2=A0=C2=A0
#4484 -=C2=A0Query Tool - Expla= in & Explain Analyze are broken
#4485 -=C2=A0View Data - Filter Data is broken

<= font color=3D"#000000" face=3D"arial, sans-serif">This issues are the regre= ssion of below commits:

74cfeabd02c8fd63= d2604ac826dae7ed4308a91e=C2=A0
710d520631b1b4649eb4a8d924e3= 141ff74af449

4cbc1f2f59192f6461cfeea96aec2d3ee5df5f06


Thanks,
Khushboo


--
Thanks & Regards
=
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
=
Mobile: += 91 976-788-8246
--00000000000086c6a5058e450230--