I searched and found that SQLITE_OMIT_LOAD_EXTENSION is defined by
default to protect applications that might otherwise unwittingly allow
SQL that loads extensions.  I understand that, but, by default
extensions cannot be loaded until sqlite3_enable_load_extension() is
called to enable them.  So why still define SQLITE_OMIT_LOAD_EXTENSION
by default?

Are loadable extensions an unstable part of SQLite3?  Some other reason?

Nico
-- 
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to