<p>In Oracle, unlike in Postgres, you have to completely drop and recreate a sequence if you want to change the current value - or do custom increment/decrement logic for it. This means that making this work in a universal way is extremely difficult if not impossible. If this proves to be an issue in the future, this can be revisited.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/10'>https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/10</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Skip trying to create sequences in Oracle</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/10/files#diff-0">lib/DBIx/Class/Fixtures.pm</a>
    (22)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/10.patch'>https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/10.patch</a></li>
  <li><a href='https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/10.diff'>https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/10.diff</a></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/DBIx-Class-Fixtures/pull/10">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AASeAhKrXlnr6a6ulVDeuJmQz-jo-snVks5prxsHgaJpZM4HtDGW.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/DBIx-Class-Fixtures/pull/10"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>