<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Migration to Firebird fails for a simple table"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117092#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Migration to Firebird fails for a simple table"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117092">bug 117092</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>I tried to create a multiple primary key with a brand new embedded Firebird
file.
I even closed the file and reopened it just to be sure the table is taken into
account but it gave this:

warn:connectivity.firebird:12594:12594:connectivity/source/drivers/firebird/Statement.cxx:121:
isc_dsql_execute failed
warn:connectivity.firebird:12594:12594:connectivity/source/drivers/firebird/Util.cxx:54:
firebird_sdbc error:
*unsuccessful metadata update
*ALTER TABLE TABLE1 failed
*SQL error code = -607
*Invalid command
*Table TABLE1 does not exist
caused by
'alter table table1
add constraint PK_MY_TABLE
primary key (ID,ID_1);'

Could it be due to the fact that we're behind the current Firebird version?
We use 3.0.0 whereas last one is 3.0.3
I had tried to upgrade but I failed because of Macos pb. Meanwhile, I saw in
Firebird roadmap that Firebird devs were perhaps focused on next release
Firebird 4.0</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>