Chris Sebrell wrote:
Though I'm not using the source code to SQLite directory (I'm
using the win32 DLL version), I suppose the source code could
be modified without too much trouble to use stricmp() instead of
strcmp().. would just have to make sure you do it in all the right
places (and none of the wrong places.)
Sorry. SQLite uses memcmp(), not strcmp(). Changing it to
stricmp() will have all sorts of unintended consequences. This
is not recommended.
Version 3 will have support for user-defined collating sequences,
which is what you really need.
--
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]