pgAdmin III commit: Fix query handling on the frmStatus window

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix query handling on the frmStatus window
Date: 2012-02-19 11:10:22
Message-ID: E1Rz4es-0001YG-Nl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-02-19 23:10:08 pgAdmin III commit: Correctly save the position of a pgDialog
Previous Message pgAdmin Trac 2012-02-17 22:29:21 Re: [pgAdmin III] #355: "\copy" equivalent