[SqueakDBX] Link complains about ilike:

Panu Suominen panu.suominen at iki.fi
Thu Nov 11 04:24:28 UTC 2010


2010/11/11 Mariano Martinez Peck <marianopeck at gmail.com>:
> Hi Panu. Thanks for finding this bug. It seems a typo. Can you try chaning
> it to #like:  instead of #ilike:  and see if the test works?

But that changes semantics. readManyOf: Something where: [:a | a name
like: '%bob%']
probably does not return any "Bob". However  [:a | a name ilike:
'%bob%'] should return.

-- 
Panu


More information about the SqueakDBX mailing list