Re: Bug fixed in Asynchronous connection

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Bug fixed in Asynchronous connection
Date: 2016-03-08 16:00:10
Message-ID: CA+OCxozxceFyZDPBKRw2NKGWU5W=H9ZyhciLaNomOXQNOi35DQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, committed.

On Tue, Mar 8, 2016 at 2:29 PM, Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
wrote:

> Hi All
>
> During testing I have found one issue in Asynchronous connection logic,
> we fetch column info only when there is some row return by the sql query,
> which is not correct, Column info should be fetch even if there is no data,
> so at least we can display the columns. Attached is the patch to fix this
> issue.
>
> Please review it and if it looks good please commit it.
>
> --
> *Akshay Joshi*
> *Principal Software Engineer *
>
>
>
> *Phone: +91 20-3058-9517 <%2B91%2020-3058-9517>Mobile: +91 976-788-8246*
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2016-03-08 16:34:10 Re: PATCH: Schema/Catalog Node [pgAdmin4]
Previous Message Dave Page 2016-03-08 16:00:01 pgAdmin 4 commit: Always fetch column info from the server, even if the