Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1aHBB7-0003Qt-53 for pgadmin-hackers@arkaria.postgresql.org; Thu, 07 Jan 2016 14:04:37 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1aHBB6-000092-Nr for pgadmin-hackers@arkaria.postgresql.org; Thu, 07 Jan 2016 14:04:36 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1aHBB6-00008v-8T for pgadmin-hackers@postgresql.org; Thu, 07 Jan 2016 14:04:36 +0000 Received: from mail-lb0-x236.google.com ([2a00:1450:4010:c04::236]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1aHBB3-0002jg-EB for pgadmin-hackers@postgresql.org; Thu, 07 Jan 2016 14:04:35 +0000 Received: by mail-lb0-x236.google.com with SMTP id sv6so200669909lbb.0 for ; Thu, 07 Jan 2016 06:04:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=TH6xEzLdbYA3rUvZd4aI0g0CKhkHlOjVzWEQdTaYP3U=; b=PRH2pDyAO6xFwO8lwnkubomG5n9IW70i8nY8+8zG9f6QPLBQnnotTfMQ24xKixf6/h oDoBV8uX9Wa6vCEp1BCkmj/Gh9ps+9aSgR0DnjXthhkJxwmDBjubJlg43dRI/rgPAEBr MLCSogEHyYajm/+mZvu1TisQD1WUM3V/F1fjmapp/Agz2Vi921BTWLsXVGKRekPe93Xc b7V5qLcyEMecHOh5yaXYwQ4iZk4/3IQMDM/1+i0fbB2nKj1yWpxYt5gpZWgcjIz8xSL4 HM04bwLAp/s6fzH8B2mMN626zvwiiAG8mkSJtq67IqQXgdoGoLf9NLebSYl8LbEfrUs+ ibMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=TH6xEzLdbYA3rUvZd4aI0g0CKhkHlOjVzWEQdTaYP3U=; b=iItNFTnNfO6LLxFZDobrJamFMrd9hBqe0zYcrTvCYF+mFLp1rUBGijvF5+Rtlehloe CwjHVCDAwyxL9R2gQ5ytBubRyQC1+5dL8lBYGKUCHVClvg40kkH5Z9FdpG9wvuAtbvbP 9ah/7BchlVUUgTXQ0A6BtFLf75bv+8WERkp2b2jX8mJLY7InPHy6FzsDIvqD9zpTRz9U ChPkIcFP7uF0YL6p7iubgaN+6sk9rNRcWD+rW8XmNoDbxtXKFNiJOysC/xl/W8BBiJwT RkGcb1EjLtG6kzGXD08K6Ga7YKOJW1hn5SXC/UOjTLs/tssaclRoupy3N5HF9SdwJTbn +jFw== X-Gm-Message-State: ALoCoQlTb4YVKwNT9WW3cXwMLMebp58WhYyK/w0kmn1FEkQy31EFhztxH59HcWzA7Mu0qJyCdSTw51xU81beoIVfwkDu48APb+8Z0qIbF0S3Fs5IdOjPawc= X-Received: by 10.112.54.193 with SMTP id l1mr36960403lbp.58.1452175470669; Thu, 07 Jan 2016 06:04:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.198.5 with HTTP; Thu, 7 Jan 2016 06:04:11 -0800 (PST) In-Reply-To: <568BCB49.5060508@enterprisedb.com> References: <568BCB49.5060508@enterprisedb.com> From: Ashesh Vashi Date: Thu, 7 Jan 2016 19:34:11 +0530 Message-ID: Subject: Re: PATCH: Minor patch to fix 'qtLiteral' function in pgAdmin4 To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a11c3a91414ca4a0528bef309 X-Pg-Spam-Score: -1.0 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --001a11c3a91414ca4a0528bef309 Content-Type: text/plain; charset=UTF-8 Done with small changes. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Tue, Jan 5, 2016 at 7:25 PM, Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Hi, > > Please find minor patch to fix 'qtLiteral' function in pgAdmin4. > > *Issue:* > 'qtLiteral' functions returns in 'bytes' but we need to convert it in > string for Python3. > > > Regards, > Murtuza Zabuawala > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > --001a11c3a91414ca4a0528bef309 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Done with small changes.

<= div style=3D"margin:0pt 0pt 8px">

--<= /span>

Thanks &= Regards,

Ashesh Vashi
EnterpriseDB INDIA= : Enterpri= se PostgreSQL Company

<= br>

<= a href=3D"http://www.linkedin.com/in/asheshvashi" target=3D"_blank">http= ://www.linkedin.com/in/asheshvashi


On Tue, Jan 5, 2016 at 7:25 PM, Murtuza Zabu= awala <murtuza.zabuawala@enterprisedb.com> = wrote:
=20 =20 =20
Hi,

Please find minor patch to fix 'qtLiteral' function in pgAdmin4= .

Issue:
'qtLiteral' functions returns in 'bytes' but we need to= convert it in string for Python3.


Regards,
Murtuza Zabuawala


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers=


--001a11c3a91414ca4a0528bef309--