Bug fixed in Asynchronous connection

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Bug fixed in Asynchronous connection
Date: 2016-03-08 14:29:48
Message-ID: CANxoLDcriUYwKPzmO+Xn7FcothPAfLu8gE8jmHkBU5CO+6oXiA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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-9517Mobile: +91 976-788-8246*

Attachment Content-Type Size
Async_bug_fixed.patch application/octet-stream 1.1 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-08 14:38:20 Re: PATCH: Schema/Catalog Node [pgAdmin4]
Previous Message Ashesh Vashi 2016-03-08 14:18:26 Re: PATCH: Schema/Catalog Node [pgAdmin4]