[SqueakDBX] Link complains about ilike:

diogenes.moreira at gmail.com diogenes.moreira at gmail.com
Thu Nov 11 11:34:06 UTC 2010


Hi panu. 
If you dbms is case sencitive in like, you can implement a FunctionExpression and extend your Database Platform. Some thing like upper(field) like %upper(param)%

Best Regards

Enviado desde mi BlackBerry® de Claro Argentina

-----Original Message-----
From: Panu Suominen <panu.suominen at iki.fi>
Sender: squeakdbx-bounces at lists.squeakfoundation.org
Date: Thu, 11 Nov 2010 06:24:28 
To: The complete and open-source solution to relational database access<squeakdbx at lists.squeakfoundation.org>
Reply-To: The complete and open-source solution to relational database access
	<squeakdbx at lists.squeakfoundation.org>
Subject: Re: [SqueakDBX] Link complains about ilike:

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
_______________________________________________
SqueakDBX mailing list
SqueakDBX at lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/squeakdbx


More information about the SqueakDBX mailing list