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

--- Comment #14 from Rolf Leggewie <libreoff...@rolf.leggewie.biz> ---
just wanted to point out that the very simplistic sqlite database provided here
for testing purposes DOES have primary keys.  As we've found out by now, it
seems the Xerial driver has a problem to deal with primary keys in sqlite.

$ sqlite3 /tmp/contact.sqlite .dump|grep KEY
CREATE TABLE "Person" ("PersonID" integer NOT NULL,"Name" varchar(100), PRIMARY
KEY  ("PersonID"));
CREATE TABLE "contact" ("PersonID" integer,"Telephone" bigint NOT NULL, PRIMARY
KEY  ("Telephone"));

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to