<p>for certain delete statements the dequalification process would result in the schema. portion of a table name to be stripped out.  This solution simply is to make the dequalifier aware of the table name so if its looking at the table name it will do nothing instead of blindly stripping off everything before a .</p>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/klkane/dbix-class master</pre>
<p>Or view, comment on, or merge it at:</p>
<p>&nbsp;&nbsp;<a href='https://github.com/dbsrgits/dbix-class/pull/18'>https://github.com/dbsrgits/dbix-class/pull/18</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>making the dequalifer aware of the table name so it will not strip out schema.table if that is how the table is defined</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/dbsrgits/dbix-class/pull/18/files#diff-0">lib/DBIx/Class/ResultSet.pm</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/dbsrgits/dbix-class/pull/18/files#diff-1">lib/DBIx/Class/SQLMaker.pm</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/dbsrgits/dbix-class/pull/18.patch'>https://github.com/dbsrgits/dbix-class/pull/18.patch</a></li>
  <li><a href='https://github.com/dbsrgits/dbix-class/pull/18.diff'>https://github.com/dbsrgits/dbix-class/pull/18.diff</a></li>
</ul>