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

--- Comment #1 from Robert Großkopf <[email protected]> ---
Have solved this problem with workaraound:
All forms, also a report will get data per SQL:

SELECT * FROM "Tablename"

will work there without any problem when connecting to the database, which has
been created as connection to MariaDB.

When connecting per macro and having a look at 
thisDatabaseDocument.CurrentController.ActiveConnection.Tables
I will see all tables written with 
Databasename.Tablename

For tables, which aren't tables of the current connected database, this is
needed, but for other tables it isn't needed and will make it hard to share
Base files for connecting to MariaDB databases with different names.

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

Reply via email to