You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2017/09/12 06:42:05 UTC

[Issue 127534] Compound primary keys of type TEXT with ODBC sqlite database result in those columns always appearing empty

https://bz.apache.org/ooo/show_bug.cgi?id=127534

--- Comment #1 from Doug Morse <mo...@ikrg.com> ---
Correction: Queries also suffer from this problem.

In addition, I have created a test database with just my manufacturer and
product tables.  When I create the product table without product_id and
product_variant_id as the primary key (i.e., no primary key for this table),
then I see data in all columns (i.e., the "vanishing" data in the product_id
and product_variant_id columns no longer occurs).

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