connection error

From: George Gelashvili <ggelashvili(at)pivotal(dot)io>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: connection error
Date: 2017-02-16 16:26:24
Message-ID: CAHowoHYqbZL+JGs0t1R68UcQqcizASrbqJH+iRo9ztkqZOun5Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers!

Our tests found a bug with the current version of master, that was
introduced by the commit 9ad1316990cf54da665546ad2dff367557b98262.
It is throwing an error when the server starts up and returns an error
message of None, and thereby breaking the happy path. There is a function
('create' around line 587) in servers/__init__.py that checks against the
attribute 'decode', which the server doesn't have when there isn't an error
message.

George & Sarah

Attachment Content-Type Size
Screen Shot 2017-02-16 at 9.55.54 AM.png image/png 114.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message George Gelashvili 2017-02-16 16:31:49 Re: connection error
Previous Message Atira Odhner 2017-02-16 13:43:00 Re: [patch] Fixes QT build when not signing