|
void sqlite3_reset_auto_extension(void);
Disable all previously registered automatic extensions. This routine undoes the effect of all prior sqlite3_automatic_extension() calls.
This call disabled automatic extensions in all threads.
This interface is experimental and is subject to change or removal in future releases of SQLite.
See also lists of Objects, Constants, and Functions.