<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FIREBIRD: Query with 'LIKE' fails with error "malformed string", when index is set for the field of the condition of the query"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123150#c17">Comment # 17</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FIREBIRD: Query with 'LIKE' fails with error "malformed string", when index is set for the field of the condition of the query"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=123150">bug 123150</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>This one seems to fix the issue when executing the SQL statement in LO:
select * from "table1" where "LastName" LIKE _utf8 'Ö%';

Apparently one has to specify the character set. That was definitely not
necessary with HSQLDB.</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>