pgAdmin III commit: Fix constraints handling on the table properties di

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix constraints handling on the table properties di
Date: 2011-12-10 10:46:08
Message-ID: E1RZKRU-0002Wb-QC@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix constraints handling on the table properties dialog

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

Report from Vjacheslav Vjacheslav.
Some help from Julius Tuskenis.

Branch
------
REL-1_14_0_PATCHES

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

Modified Files
--------------
CHANGELOG | 2 ++
pgadmin/dlg/dlgTable.cpp | 16 ++++++++++++++--
pgadmin/include/dlg/dlgTable.h | 2 +-
3 files changed, 17 insertions(+), 3 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-12-10 14:18:25 pgAdmin III commit: Support for TRUNCATE permission
Previous Message Dave Page 2011-12-09 05:32:46 pgAdmin website commit: Update link to Yum repo, per Devrim.