Re: bug in edit grid

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: bug in edit grid
Дата
Msg-id 4608DBC5.8090305@postgresql.org
обсуждение исходный текст
Ответ на bug in edit grid  (<palmerj@xtra.co.nz>)
Список pgadmin-support
palmerj@xtra.co.nz wrote:
> I have the strange scenario where one of my tables has a primary key with a datatype of varchar, and one record in
thattable has an empty string key i.e.
 
> 
> create table test (
>     id VARCHAR(255) NOT NULL,
>     test TEXT,
>     PRIMARY KEY (id)
> ) WITHOUT OIDS;
> 
> INSERT INTO test (id,test) VALUES ('', 'test string');
> 
> In the edit grid when I try to edit the test field the data can't be modified.
> 
> I'm using pgadminIII 1.6.3 on WinXP sp2 :)

Thanks, fixed in SVN for the next release.

Regards, Dave


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

Предыдущее
От: "权宗亮"
Дата:
Сообщение: about ssleay32.lib
Следующее
От: Dave Page
Дата:
Сообщение: Re: about ssleay32.lib