bug in edit grid

Поиск
Список
Период
Сортировка
От
Тема bug in edit grid
Дата
Msg-id 5877837.1174952256375.JavaMail.root@sf1441
обсуждение исходный текст
Ответы Re: bug in edit grid  (Dave Page <dpage@postgresql.org>)
Список pgadmin-support
I have the strange scenario where one of my tables has a primary key with a datatype of varchar, and one record in that
tablehas 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 :)

Cheers
Jeremy



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

Предыдущее
От: Erwin Brandstetter
Дата:
Сообщение: "Current value" of sequences in the properties dialogue
Следующее
От: "权宗亮"
Дата:
Сообщение: about ssleay32.lib