<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Firebird: empty columns gone with prepared statement"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116890#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Firebird: empty columns gone with prepared statement"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116890">bug 116890</a>
              from <span class="vcard"><a class="email" href="mailto:gerhard.schaber@gmx.at" title="Gerhard Schaber <gerhard.schaber@gmx.at>"> <span class="fn">Gerhard Schaber</span></a>
</span></b>
        <pre>According to
<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/ResultSetMetaData.html#getColumnLabel(int">https://docs.oracle.com/javase/7/docs/api/java/sql/ResultSetMetaData.html#getColumnLabel(int</a>)
there is a difference between getColumnLabel and getColumnName. Maybe constant
columns are just a special case where always the alias is used. getColumnName
returns the original name according to the manual. Is guess this is the case
for HSQLDB. Any idea why it nevertheless shows the alias, or is it always using
getColumnLabel for LO Basic?</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>