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

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix constraints handling on the table properties di
Дата
Msg-id E1RZKRU-0002WZ-PD@gothos.postgresql.org
обсуждение исходный текст
Список 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
------
master

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

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin website commit: Update link to Yum repo, per Devrim.
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix constraints handling on the table properties di