<p></p>
<p dir="auto">The <code class="notranslate">auto_increment_type</code> is only relevant to SQLite, so the other parsers and producers don't operate on it.  SQLite gives you auto-generated primary key integers that are not guaranteed to be monotonically increasing unless you specify the AUTOINCREMENT keyword.  DBIC originally just used the default non-monotonic SQLite behavior for columns declared as auto_increment, and then needed an extra flag to differentiate for when users really need the monotonic behavior.  The issue 47 I referenced added the flag to the producer, but not the parser.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />Reply to this email directly, <a href="https://github.com/dbsrgits/sql-translator/pull/158#issuecomment-1554854372">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AACJ4AXAKTMBHAZCOEPWZTDXG6O2XANCNFSM6AAAAAAXZQYAYQ">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AACJ4AU62BZVM6MO7TCP7STXG6O2XA5CNFSM6AAAAAAXZQYAYSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTS4VUY6I.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span>&lt;dbsrgits/sql-translator/pull/158/c1554854372</span><span>@</span><span>github</span><span>.</span><span>com&gt;</span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/dbsrgits/sql-translator/pull/158#issuecomment-1554854372",
"url": "https://github.com/dbsrgits/sql-translator/pull/158#issuecomment-1554854372",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>