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 -- ___ s...
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...