pgAdmin III commit: Fix query handling on the frmStatus window - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix query handling on the frmStatus window
Date
Msg-id E1Rz4es-0001YN-R1@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix query handling on the frmStatus window

The wxListCtrl control doesn't handle strings or more than 512 characters
on Windows. So we need to put the queries in a wxArrayString so that we won't
have issues on the size of the queries.  definition.

Report from Aren Cambre.

Branch
------
REL-1_14_0_PATCHES

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

Modified Files
--------------
CHANGELOG                       |    2 ++
pgadmin/frm/frmStatus.cpp       |   10 ++++++++--
pgadmin/include/frm/frmStatus.h |    2 ++
3 files changed, 12 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #355: "\copy" equivalent
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix the copy of a query when application_name is un