Greetings!

Just to be sure...

The function,

int sqlite3_enable_load_extension(sqlite3 *db, int onoff);

enables or disables a database to allow or disallow the loading of 
extensions[1].  Once it's set, will it stay on?  Or does one need to be turn it 
on every time one connects to the database?  It appears that the latter is the 
correct behavior, but I just want to make sure.  Thanks.

josé

[1] https://www.sqlite.org/c3ref/enable_load_extension.html
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to