Thanks very much for pointing this out,  Jean-Christophe. Yes, glob is 
exactly what I wanted.

I will look further into this approach:

 select sqlite3_load_extension('mylibrary', 'entrypoint');

to see if Adobe's security permits it. However,  the Adobe FlashBuilder 
database application developer must confront this uncertainty: Adobe has 
been unresponsive to questions about their implementation of SQLite, and 
so one cannot be confident that the approach above would still be 
available tomorrow even if it happened to succeed today. 

Tim

Jean-Christophe Deschamps wrote:
>> B. Create another LIKE that is *always* case-sensitive. RAWLIKE or SLIKE
>> or whatever. It does a simple codepoint-by-codepoint test and doesn't
>> have any special intelligence for ASCII/LATIN.
>>     
> That's GLOB, already in the box and free.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to