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

--- Comment #3 from Julien Nabet <serval2...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to