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

--- Comment #17 from Lionel Elie Mamane <lio...@mamane.lu> ---
(In reply to Matt K from comment #16)
> Can you please provide an example of how to exhibit this bug by using the
> interface, and how to see the output?

I'm not sure it can be exposed in the UI per se.

But if one creates a schema with a "." in the name, and a table with a "." in
the name, to trigger the name clash, possibly/probably bugs will start to
appear in the UI, in the form of one being used when one means the other.

To trigger the name clash, e.g.:
 - create two schemas "a" and "a.b"
 - in schema "a", create table "b.c"
 - in schema "a.b", create table "c"
Make the two tables different, at least different data if not different
structure.

Then try to open one, the other, LibreOffice may be confused between the two,
not sure.

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

Reply via email to