https://bugs.freedesktop.org/show_bug.cgi?id=67145
--- Comment #14 from [email protected] --- (In reply to Alex Thurgood from comment #9) > @Robert : my initial reading of your submission was that you couldn't edit > data in the tables, but I think that what you are actually saying is that > you can't edit the table definition ? Only creating a table by the GUI or changing a table by the GUI produces a crash. I could put data into tables (if there isn't an integer-value as primary-key). But notice: I could create a table through Tools → SQL. I could input all data through Tools → SQL. Try this with Firebird - ODBC: CREATE TABLE "Test" ("ID" INT PRIMARY KEY, "Text" VARCHAR(50)); INSERT INTO "Tabelle" ("ID","Text") VALUES (1,'Nobody'); Works well, refreshing the table-view and the table is shown. -- 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
