https://bugs.documentfoundation.org/show_bug.cgi?id=153431
--- Comment #8 from Robert Großkopf <[email protected]> --- (In reply to Alex Thurgood from comment #7) > (In reply to Robert Großkopf from comment #6) Hi Alex, > Table "public.Pets" > Column | Type | Collation | Nullable | Default > --------+---------+-----------+----------+--------- > ID | integer | | not null | > Pet | text | | | > Indexes: > "Pets_pkey" PRIMARY KEY, btree ("ID") This should be the right definition. If I define this in LO GUI with direct connection and try to input text I always get '0'. I only could input numbers. If there is text in field "Pet" (while inserting by a JDBC-connection) I could also insert text. > > Could this be a difference between PG10 and PG13 ? Might be it is a difference between 10 and 13, but the type "text" in PostgreSQL is very old … -- You are receiving this mail because: You are the assignee for the bug.
