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

--- Comment #3 from Alex Thurgood <[email protected]> ---
@Robert :

can you explain what would be a typical sequence of characters for your varchar
field so that I can try and reproduce ?

Is the varchar field also the primary key field, or do you have a separate INT
field for that ?

I set up my table as follows :

                       Table "public.SportClub"
   Column   |          Type          | Collation | Nullable | Default 
------------+------------------------+-----------+----------+---------
 ID         | integer                |           | not null | 
 ClubName   | character varying(100) |           |          | 
 Country_ID | integer                |           |          | 
Indexes:
    "SportClub_pkey" PRIMARY KEY, btree ("ID")

The primary key directive was added to the table definition via the LO UI (Edit
Table) after I had initially defined the table without a PK.

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

Reply via email to