<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PostgreSQL ODBC: Unable to create view through Base-GUI, if no view is created before"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130564#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - PostgreSQL ODBC: Unable to create view through Base-GUI, if no view is created before"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130564">bug 130564</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>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?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>