<p>This simple fix replaces the old SQLite parsing which looked for a single word action after "ON UPDATE" or "ON DELETE" by comparing against the 5 currently available actions. The fix did not break any tests. This is my first pull request at all, I hope I did it right.</p>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/joseds/sql-translator topic/parse_on_delete_on_update_actions</pre>
<p>Or view, comment on, or merge it at:</p>
<p>&nbsp;&nbsp;<a href='https://github.com/dbsrgits/sql-translator/pull/27'>https://github.com/dbsrgits/sql-translator/pull/27</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>proposed fix for rt #83831 SQLite parser does not handle multi-word ON DELETE/UPDATE actions</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/dbsrgits/sql-translator/pull/27/files#diff-0">lib/SQL/Translator/Parser/SQLite.pm</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/dbsrgits/sql-translator/pull/27.patch'>https://github.com/dbsrgits/sql-translator/pull/27.patch</a></li>
  <li><a href='https://github.com/dbsrgits/sql-translator/pull/27.diff'>https://github.com/dbsrgits/sql-translator/pull/27.diff</a></li>
</ul>