In the FTS3 code, there are still some calls to low-level C char handling 
functions.
Shouldn't the corresponding sqlite3* functions be called instead, for 
consistency?
Here are the names I've to replace before compile in order to get rid of these 
functions in my statically linking of the library with Delphi:

    isspace -> sqlite3Isspace in fts3isspace() function,
    tolower -> sqlite3Tolower in simpleNext() function,
    isalnum -> sqlite3Isalnum in simpleCreate() function 

Arnaud Bouchez
http://synopse.info

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

Reply via email to