Is it possible for a user-defined function to determine the collation 
associated with its argument(s)? I'm implementing some custom string 
matching/comparison functions, and I want their case-sensitivity to depend on 
the collation of the first argument (the LHS). 

I’ve searched sqlite3.h for “collate” and “collation" but didn’t find anything 
that looks relevant.

—Jens
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to