<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FIREBIRD : Migration : error on importing tables or queries with names longer than 30 characters"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116987#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FIREBIRD : Migration : error on importing tables or queries with names longer than 30 characters"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116987">bug 116987</a>
              from <span class="vcard"><a class="email" href="mailto:btomi96@gmail.com" title="Tamas Bunth <btomi96@gmail.com>"> <span class="fn">Tamas Bunth</span></a>
</span></b>
        <pre>A workaround would be to truncate table names with more than 30 characters.

If there are tables with the same name after the truncation, then put an
increasing number at the end. (e.g. truncate to 29 characters and the 30th
character would be a number to distinguish tables with the same name)

If there is more than 10 tables with the same name, then throw exception /
migration fails.</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>