https://bugs.documentfoundation.org/show_bug.cgi?id=153431

--- Comment #19 from Robert Großkopf <rob...@familiegrosskopf.de> ---
Another hint: Seems to be a problem with more than on the field type "text". 
'0' appears also in field type array if table has been created new.

Created a array in this way through Tools → SQL
CREATE TABLE "public"."Table_Ar" ("ID" int4 NOT NULL,"Surname"
varchar(100),"Forename" varchar(200)[], PRIMARY KEY  ("ID"));

I'm not able to enter data in the array in the fresh table. It will produce '0'
and this won't be accepted by an array, because it needs {…}.

When inserting through Tools → SQL

INSERT INTO "public"."Table_Ar" ("ID", "Surname", "Forename") VALUES (1,
'Müller', '{Liese, Gerd}');

The row will be inserted and the next row could be created in GUI without any
problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to