*** DRAFT ***

SQLite C Interface

Reset Automatic Extension Loading

void sqlite3_reset_auto_extension(void);

This function disables all previously registered automatic extensions. It undoes the effect of all prior sqlite3_auto_extension() calls.

This function disables automatic extensions in all threads.

See also lists of Objects, Constants, and Functions.

*** DRAFT ***