From the docs it's unclear to me whether the use of 
sqlite3_create_function is thread-specific or not.

To put it another way, if I call sqlite3_create_function to install a 
custom function, is that function now available to all threads using 
SQLite or is it available only to the thread that made the 
sqlite3_create_function call?

And does the same rule apply to the application-defined pointer that can 
optionally be supplied in the sqlite3_create_function call via parameter 
5???

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

Reply via email to