<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Firebird: Support for collation in the UI"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116935#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Firebird: Support for collation in the UI"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116935">bug 116935</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>As reference, this is a sample statement that creates a table with a case and
accent insensitive field:

CREATE TABLE "testcollation" (
  "ID" INTEGER GENERATED BY DEFAULT AS IDENTITY(START WITH 0) NOT NULL PRIMARY
KEY, "name" VARCHAR(50) CHARACTER SET UTF8 COLLATE UNICODE_CI_AI
)

Then insert entries with upper and lower case characters

You will ten be able to query for all records case insensitively.
select * from "testcollation" where "name" = 'whatever'</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>