<p>Fix for an issue where when inserting data into a database, the tables were being sorted alphabetically, rather than in dependency order. This meant that when a table such as <code>Author</code> depended on a table such as <code>Publisher</code> to already be populated, then the entire population step would fail - at least in PostgreSQL. This fix uses a stripped down version of the sorting algorithm from SQL::Translator.</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/6'>https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/6</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Temporary fix using SQL::Translator</li>
  <li>testing work with non SQL::Translator algorithm</li>
  <li>re-thought the logic, basically stripped the SQLT logic of anything not needed</li>
  <li>fix of minor non-necessary differences</li>
  <li>Merged changes into .pm file properly</li>
  <li>remove Dwarn statement</li>
  <li>move sorting call outside of transaction call</li>
</ul>

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

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