Logical comparison on startup pgadmin4

From: Colin Beckingham <colbec(at)kingston(dot)net>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Logical comparison on startup pgadmin4
Date: 2016-07-18 10:29:19
Message-ID: dbfe2c30-e143-68dd-e397-1e9797b46a12@kingston.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Each time I run pgadmin4 I run a git pull to get latest. Then launch
from web browser at 5050, no problem.

However a message pops up to say that I am running this version but the
current is something else. For example:

"You are currently running version 1.0-beta2.1 of pgAdmin 4, however the
current version is 1.0-beta2. Please click here
<https://www.pgadmin.org/download/> for more information."

It looks like a check is happening to remind me to upgrade, but in this
case the upgrade has already happened. It looks like maybe a comparison
operator is not quite right for version/subversion or am I reading
incorrectly?

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-07-18 10:32:01 Re: PATCH: Fix the issue for saving query output as CSV
Previous Message Neel Patel 2016-07-18 10:24:58 Re: PATCH: Fix the issue for saving query output as CSV