sqlite3 performance problems only in python
Jerry Hill
malaclypse2 at gmail.com
Thu Jul 23 16:50:56 EDT 2009
On Thu, Jul 23, 2009 at 4:29 PM, Nick Craig-Wood<nick at 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
More information about the Python-list
mailing list