<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 : import of table with autoincrement leads to integrity violation when attempting to add new record"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116982#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FIREBIRD : Migration : import of table with autoincrement leads to integrity violation when attempting to add new record"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116982">bug 116982</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>This looks like the autoincrement column is created in firebird (by means of a
sequence / generator, that is an object that returns a new, fresh, incremented
number each time it is required), but the generator is not initialised with the
next value it should give (something like MAX(existing values in the table) or
whatever HSQLDB would have returned for the next insertion), so it starts with
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>