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

--- Comment #10 from prrv...@gmail.com ---
Reading the file again: dlgsave.cxx, it seems that m_xMetaData->getUserName()
is an Oracle JDBC specification. There is no reason for the connection user's
name to be called here, except to use an Oracle JDBC driver.

see:
https://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/dlg/dlgsave.cxx?r=75fcdffd#137

The UNO API does not seem to be able to retrieve the default schema of the
connection, however there is the getSchema() method in JDBC since Java 7 see:
https://docs.oracle.com/javase/8/docs/api/java/sql/Connection.html#getSchema--

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

Reply via email to