[Libreoffice-bugs] [Bug 130564] PostgreSQL ODBC: Unable to create view through Base-GUI, if no view is created before

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Feb 13 22:51:54 UTC 2020


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

--- Comment #3 from Julien Nabet <serval2412 at yahoo.fr> ---
Indeed, we enter the "if" block
if ( aReturn.bEnabled )
{
    Reference<XViewsSupplier> xViewsSup( getConnection(), UNO_QUERY );
    aReturn.bEnabled = xViewsSup.is();
}
but xViewsSup.is() returns false.

Whereas we use the same odbc implementation in LO, I don't reproduce this with
an ODBC connection to a Firebird database. Perhaps not related to LO but to
ODBC postgresql driver?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200213/c1d83dd5/attachment.htm>


More information about the Libreoffice-bugs mailing list