<p><code>SQL::Translator::Parser::SQLite</code> currently only sets <code>is_auto_increment</code> for <code>AUTOINCREMENT</code> columns. Arguably it should set that for <code>INTEGER PRIMARY KEY</code> columns as well, and add <code>extra =&gt; { autoinc_method =&gt; 'sequence' }</code> if the column is declared with  <code>AUTOINCREMENT</code>.</p>

<p>I also think that, for consistency, the <code>extra</code> field should be <code>auto_increment_method</code>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/dbsrgits/sql-translator/pull/47#issuecomment-66928316">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AASeAkbxyFV6lsn3RZjF2NC-tWH1oT-iks5nXesJgaJpZM4DFbLf.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
  <div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
    <link itemprop="url" href="https://github.com/dbsrgits/sql-translator/pull/47#issuecomment-66928316"></link>
    <meta itemprop="name" content="View Pull Request"></meta>
  </div>
  <meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>