<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Firebird: Autovalue inconsistency when inserting values into table via macro"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124340#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Firebird: Autovalue inconsistency when inserting values into table via macro"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124340">bug 124340</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>BTW, I am aware that it is possible to omit the autovalue field like that:

INSERT INTO "table1" ("FirstName", "LastName") VALUES ( 'firstname', 'lastname'
)

But when restoring from a backup, I would like to set the ID field explicitly,
but there does not seem to be a trigger that increases the generator value to
the maximum value. Maybe this is something I have to do myself, but I think
HSQLDB handled it differently.

I will create a simple example.</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>