<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:robert@familiegrosskopf.de" title="Robert Großkopf <robert@familiegrosskopf.de>"> <span class="fn">Robert Großkopf</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Create Query in Design View Query Builder build SQL that aliases table name to itself causing some ODBC and JDBC database queries to fail"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=141579">bug 141579</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>robert@familiegrosskopf.de
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Create Query in Design View Query Builder build SQL that aliases table name to itself causing some ODBC and JDBC database queries to fail"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=141579#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Create Query in Design View Query Builder build SQL that aliases table name to itself causing some ODBC and JDBC database queries to fail"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=141579">bug 141579</a>
              from <span class="vcard"><a class="email" href="mailto:robert@familiegrosskopf.de" title="Robert Großkopf <robert@familiegrosskopf.de>"> <span class="fn">Robert Großkopf</span></a>
</span></b>
        <pre>Have tested this with internal HSQLDB (LO 7.1.2.2) on OpenSUSE 15.2 64bit rpm
Linux. There doesn't appear an alias for the table automatically.

Then I tried it with MariaDB/JDBC on the same machine. It sets an alias,
because the table will be defined by `database`.`tablename`. So it creates
SELECT `ID`, `Name` FROM `test`.`Person` `Person`
There is no option to append the tablename for MariaDB, only to set "AS" for an
alias there.

Have no other connection to other databases working here, so I can't test
special behavior of other databases.</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>