On Thu, Jul 23, 2009 at 4:29 PM, Nick Craig-Wood<n...@craig-wood.com> wrote:
> In all the databases I've used, the like operator has been case
> insensitive, so if that is the problem you could use

This is not true in all databases!  Many times, this is something that
is configurable when setting up the database server.  I'm not sure
what the defaults are, but here at work we have DB/2 and Oracle
servers that are case sensitive, and at least one MSSQL server that is
not.

-- 
Jerry
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to