pgAdmin III commit: Fix the activity query

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the activity query
Date: 2011-05-06 21:32:52
Message-ID: 201105062132.p46LWqWc014063@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the activity query

client_hostname is not null, but empty. Therefore, the patch checks for an
empty string and not a NULL column.

Per report from Khovrine Mikhael.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=31a2e03899d5942a5cf7a596e84b84a18fc14646

Modified Files
--------------
pgadmin/frm/frmStatus.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-05-06 21:40:12 Re: Database bar
Previous Message Dave Page 2011-05-06 19:52:49 Re: v1.14 SQL editor collapsing feature