<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Editing: Firebird: Table editor erroneously prompts to change CLOB field to a BLOB field during alter table"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121553#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Editing: Firebird: Table editor erroneously prompts to change CLOB field to a BLOB field during alter table"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121553">bug 121553</a>
              from <span class="vcard"><a class="email" href="mailto:lionel@mamane.lu" title="Lionel Elie Mamane <lionel@mamane.lu>"> <span class="fn">Lionel Elie Mamane</span></a>
</span></b>
        <pre>(In reply to Julien Nabet from <a href="show_bug.cgi?id=121553#c8">comment #8</a>)
<span class="quote">> (In reply to Lionel Elie Mamane from <a href="show_bug.cgi?id=121553#c7">comment #7</a>)
> Remark I suppose the last one is:
> > and replace
> >          case DataType::BLOB:
> >             return "BLOB";
> > by
> >          case DataType::BLOB:
> >             return "BLOB SUBTYPE BINARY";</span >

Yes.

<span class="quote">> Anyway, it'll work for this case but it'll regress for "<a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - LO base with Firebird: WARNING, when adding a field to a table with an old field type BLOB"
   href="show_bug.cgi?id=137801">tdf#137801</a>"
> since I got:
> sTypeName=SMALLINT pField->GetTypeName()=BLOB SUBTYPE BINARY</span >

Sorry, the correct token is SUB_TYPE, not SUBTYPE. Replace everywhere. See
<a href="https://firebirdsql.org/file/documentation/pdf/en/refdocs/fblangref25/firebird-25-language-reference.pdf">https://firebirdsql.org/file/documentation/pdf/en/refdocs/fblangref25/firebird-25-language-reference.pdf</a>
section 3.6 page 38.</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>