Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bL2u4-0007qQ-7Q for pgadmin-hackers@arkaria.postgresql.org; Thu, 07 Jul 2016 06:35:16 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bL2u2-0004dt-Nd for pgadmin-hackers@arkaria.postgresql.org; Thu, 07 Jul 2016 06:35:14 +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.84_2) (envelope-from ) id 1bL2tp-0004NW-KA for pgadmin-hackers@postgresql.org; Thu, 07 Jul 2016 06:35:01 +0000 Received: from mail-oi0-x231.google.com ([2607:f8b0:4003:c06::231]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bL2tl-0001gy-FH for pgadmin-hackers@postgresql.org; Thu, 07 Jul 2016 06:35:00 +0000 Received: by mail-oi0-x231.google.com with SMTP id r2so11343062oih.2 for ; Wed, 06 Jul 2016 23:34:56 -0700 (PDT) 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; bh=p1sw7FWLHWV53VL3VTvBok0cqLiCpvec8PbA40evQgo=; b=RXqctal52njh08ogvTq39u/JJPaCHQhzhigdDMlbaD0Z6UXl8IcRtHVVn2vXGGU/g/ MgC3HIOFY2E1C1pXhGsEgtjzWlrjAtTF0c7xEMwX/CGHiln7D9mXEmPAIlpFVkCxfWrM 6quEh46T4h3XuPAinV2V7QzlCs2YDL5S9Fa4SGI/1TaPf2FYt9FcVZJ8GNtGCGoGwPcR RVUeh09Ho9Qrkp7m29bq+1r4sfoaojFjWn5JUQWGwLdVVTwmIYH7BxLXG9baTb5M3z5N iyFWZgrsZ3te8G/oyt9UcPurX73y6Ajm+TmNgka8I0e0+bgeGbBffNI58c8kSTuhoPBY cjjQ== 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; bh=p1sw7FWLHWV53VL3VTvBok0cqLiCpvec8PbA40evQgo=; b=IDH3a57rOrCG9RlO/28if6kcx++ia5xb8t5P9JHcv/8oQcy+PqOinZMRTSnPFjEvPP DPAkR/xn3TMNaXoAIdvQTJx1ntKbQ1E1NNrIPstBppfCykoIXHp3UvuYbICmDu6YL5mw kWZL0Cfbu8spl9MDfvSLvK6D6WrD9iHSDFRLIAqXcFSi8qLNnNqgorwjYpcuLY+ldprP ppUbkY3t8GyEbI6mHMgY7XOvQq2M6ZtIV97CUlLLFTy2GQ5LyRvluzpR/0QH9fHOHidD 8NQ0aWEFPf+jdJnZzgw3jGAkESo0lv4xRSKf4AAcDK3gR947ljqwrlvCvPJTBHAw5Swt an1A== X-Gm-Message-State: ALyK8tJew/gyjJp5lMGIrvqWk4I7XV4qzXLBVOP2B/x9hL1r1nBNuu+6NcVUxGwykNzvRmBUEk4WtpTHh6tKm/Vg X-Received: by 10.157.11.118 with SMTP id p51mr6292040otd.21.1467873294530; Wed, 06 Jul 2016 23:34:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.5.100 with HTTP; Wed, 6 Jul 2016 23:34:53 -0700 (PDT) In-Reply-To: References: From: Harshal Dhumal Date: Thu, 7 Jul 2016 12:04:53 +0530 Message-ID: Subject: Re: patch for issue RM1260 [pgAdmin4] To: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a113d1c404bcf8d053705e2f8 X-Pg-Spam-Score: -2.6 (--) 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 --001a113d1c404bcf8d053705e2f8 Content-Type: text/plain; charset=UTF-8 Hi, Please ignore this patch as this has some minor issue. I'll sent updated one. -- *Harshal Dhumal* *Software Engineer* EnterpriseDB India: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Jul 6, 2016 at 5:30 PM, Harshal Dhumal < harshal.dhumal@enterprisedb.com> wrote: > Hi, > > PFA patch for issue RM1260. > > Changes: Issue wasn't related to foreign table but was due the Select2 > control. Now I have improved select2 control to handle null value in > multi-select mode. Initial it was returning "null" instead it should return > [] (empty array). > > > -- > *Harshal Dhumal* > *Software Engineer* > > EnterpriseDB India: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > --001a113d1c404bcf8d053705e2f8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,
Please ignore this patch as this has some minor is= sue. I'll sent updated one.

=
--=C2=A0<= /div>
Harshal Dhumal
Software Engineer

EnterpriseDB India:=C2=A0http:/= /www.enterprisedb.com
The Enterprise = PostgreSQL Company

On Wed, Jul 6, 2016 at 5:30 PM, Harshal Dhum= al <harshal.dhumal@enterprisedb.com> wrote:
Hi,

PFA patch for issue RM1260.

Changes: Issue wasn't related= to foreign table but was due the Select2 control. Now I have improved sele= ct2 control to handle null value in multi-select mode. Initial it was retur= ning "null" instead it should return [] (empty array).


--=C2=A0
Harshal Dhumal
=
Software Engineer

EnterpriseDB India:=C2=A0http://www.enterprisedb.com
The Enterprise PostgreSQL Company

--001a113d1c404bcf8d053705e2f8--