Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1erPK5-0004EI-5t for pgadmin-hackers@arkaria.postgresql.org; Thu, 01 Mar 2018 14:36:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1erPK3-0002ii-Kd for pgadmin-hackers@arkaria.postgresql.org; Thu, 01 Mar 2018 14:36:39 +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_SHA384:256) (Exim 4.89) (envelope-from ) id 1erPK3-0002iY-9b for pgadmin-hackers@lists.postgresql.org; Thu, 01 Mar 2018 14:36:39 +0000 Received: from mail-io0-x234.google.com ([2607:f8b0:4001:c06::234]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1erPJz-0001m4-RY for pgadmin-hackers@postgresql.org; Thu, 01 Mar 2018 14:36:38 +0000 Received: by mail-io0-x234.google.com with SMTP id q24so7291069ioh.8 for ; Thu, 01 Mar 2018 06:36:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pivotal-io.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ydNSSCYNQWeiujidO/TA4VnFDPjagrvUGDhF2lO6Jrs=; b=k9lKtY56Idd++vRVgD4n0nk/68FT54lgaqtPet2/qi+AkMuUfW7tM+O6OqUhq0u7yN iDRvxdxT3EJuO5HpftBnyGtVSYhHcc/L3nqNaFN6PY35YzxlNrxbaQ31Y0dCWy9gZ+Ik oHE/UOENU53dqt2XHmWsny6/0nOCAiPwZgDF6StnA3qmEgMn/6XPnTCJb0mlZaRRx6f/ 4Di6MwPzzzpNxHBkIMVCrVeIdwyzHzHwvWmp8n9kr/u29HlM569grJ9b+1oPWHfFGtJK GAkV4ULNsLiHpQuOdcAkSmXUfDKZL3PE4RYyuTpc2G+gg/kxWoBpFMG1OgrVftGcCgs8 QU5A== 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=ydNSSCYNQWeiujidO/TA4VnFDPjagrvUGDhF2lO6Jrs=; b=tTlfym9cVL4f5wnIWKbPyy1vTikvW0JZaxDs7B73epkasEl/kVhMWdv5AI5Vlcjntd ToY20Rq7dY7kpo/9PGYPDiuPAiwIo5nCDYAVB58yt0+QFFC+iq/9VSI/4OR3eoRdh/6p q04mMsm/6EYuu38WXBpPlvUns23G/SJB6OZP4lJhbJeaariWqPncpU+wrjeJLw2ixrtA 06+tcziun5LmvGi1fJzgwomcZQHAAG+RKcHqTo9VaZlSixJoisAmXEtPodGAGEcwlejX Jq0PIAOiJc3vU+ItgNCGeLTXAQ61nHTi1Un28/HmZaEWG90l2hDrt0P2qrjYWe8LsO0o 2tqQ== X-Gm-Message-State: AElRT7HwmPjA7DQ2Pm5UogrNU2cX87fXAa6Lka5s1PEueqf/zxvfSZoL HG100jMR52V9audmNjIexqTFCbH09q8FVdJTXrHCtg== X-Google-Smtp-Source: AG47ELua/UJzPgageJBUn/Urmaj14Wl3lFqjPKTZUXm30hzpMvtdTNWai2VWknlIK5KdrOiyPlf19NZBjp3jfdu7gbo= X-Received: by 10.107.39.5 with SMTP id n5mr2112829ion.189.1519914992043; Thu, 01 Mar 2018 06:36:32 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Joao De Almeida Pereira Date: Thu, 01 Mar 2018 14:36:21 +0000 Message-ID: Subject: Re: [pgAdmin4][Patch]: RM #3135 - [Web based] Syntax error displayed when user try to insert data on table where primray key is in captial letters and table contains OIDS To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="001a11406f1830af6c05665ac960" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --001a11406f1830af6c05665ac960 Content-Type: text/plain; charset="UTF-8" Hello Kushboo, Can we add some Unit test to ensure this does not happen again? Thanks Joao On Thu, Mar 1, 2018 at 2:28 AM Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi, > > Please find the attached patch to fix RM # 3135 - [Web based] Syntax error > displayed when user try to insert data on table where primray key is in > captial letters and table contains OIDS > > Thanks, > Khushboo > --001a11406f1830af6c05665ac960 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello Kushboo,

Can we add some Unit tes= t to ensure this does not happen again?

Thanks
Joao

On T= hu, Mar 1, 2018 at 2:28 AM Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
Hi,

P= lease find the attached patch to fix RM # 3135 - [Web based] Syntax error d= isplayed when user try to insert data on table where primray key is in capt= ial letters and table contains OIDS

Thanks,
<= div>Khushboo
--001a11406f1830af6c05665ac960--