<br><br><div class="gmail_quote">On Thu, Nov 11, 2010 at 1:24 AM, Panu Suominen <span dir="ltr">&lt;<a href="mailto:panu.suominen@iki.fi">panu.suominen@iki.fi</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
2010/11/11 Mariano Martinez Peck &lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt;:<br>
<div class="im">&gt; Hi Panu. Thanks for finding this bug. It seems a typo. Can you try chaning<br>
&gt; it to #like:  instead of #ilike:  and see if the test works?<br>
<br>
</div>But that changes semantics. readManyOf: Something where: [:a | a name<br>
like: &#39;%bob%&#39;]<br>
probably does not return any &quot;Bob&quot;. However  [:a | a name ilike:<br>
&#39;%bob%&#39;] should return.<br>
<font color="#888888"><br></font></blockquote><div>Sorry. I was not aware of the ILIKE SQL keyboard. Seems to be used only in PostgreSQL.<br>And now I read the method  RelationExpression &gt;&gt; operationFor: aSymbol<br>
<br>So....you are right. We should implement #ilike:   similar to #like:  but  being case insensitive.<br><br>However, if you check #ilike:  it is case insensitive too. Read the comment of method String &gt;&gt; match:<br>
<br>I am confused what we should do.<br><br>mariano<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><font color="#888888">
--<br>
</font><div><div></div><div class="h5">Panu<br>
_______________________________________________<br>
SqueakDBX mailing list<br>
<a href="mailto:SqueakDBX@lists.squeakfoundation.org">SqueakDBX@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx</a><br>
</div></div></blockquote></div><br>