<p>Hi! Actually your proposed change wasn't correct, as<br>
<code>[ -and =&gt; { col =&gt; { -like =&gt; 'foo%' } }, { col =&gt; { -like =&gt; '%bar' } } ]</code><br>
   !=<br>
<code>[ -and =&gt; [ { col =&gt; { -like =&gt; 'foo%' } }, { col =&gt; { -like =&gt; '%bar' } } ] ]</code></p>

<p>I cleaned up the examples nevertheless (as they <em>did</em> contain syntax errors) and committed the result as <a href="https://github.com/dbsrgits/sql-abstract/commit/a948b1fe0d6b03b6120c8e59af333947fd52e794" class="commit-link"><tt>a948b1f</tt></a></p>

<p>Thank you for the report!</p>

<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/sql-abstract/pull/4#issuecomment-67737144">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AASeAoJmsI1ZHR5t3dlTS0TabTEpLTf_ks5nZX19gaJpZM4CtQ_R.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/sql-abstract/pull/4#issuecomment-67737144"></link>
    <meta itemprop="name" content="View Pull Request"></meta>
  </div>
  <meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>