<p>Two things:</p>

<ul>
<li>We understand the value of this change, it just changes the way SQLT generated schemata work in a slightly backwards incompatible way</li>
<li>You change <em>still</em> would not have fixed the case you mention, because SQLite will autoincrement PK integers whether you ask it to or not.  So while your fix is good and makes SQLite act more like other DB's when you ask for an autoinc, it does not change SQLite when you do <em>not</em> ask for autoinc.</li>
</ul>

<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/26#issuecomment-27630422'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/4W3BWTo7EIi_7vx28Xzl_uOeUxBDjNYWumjU51m-gOiLBMgmzsWdFwoWA5qcdsWE.gif' height='1' width='1'></p>