https://bugs.freedesktop.org/show_bug.cgi?id=81430

--- Comment #1 from Y <[email protected]> ---
More research into this:
* I can create tables from LibreOffice to MySQL, but they must have primary
keys
* Once tables have primary keys, they can be edited
* Table created MySQL-side, that works:
> CREATE TABLE idxtest (a INT NOT NULL AUTO_INCREMENT PRIMARY KEY, b 
> VARCHAR(10));
* Table that did not work, making it work:
> ALTER TABLE test ADD d INT UNSIGNED NOT NULL AUTO_INCREMENT, ADD PRIMARY KEY 
> (d);

Is there a reason for LibreOffice Base not to allow writing into non-indexed
tables?

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

Reply via email to