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
sqlite3 driver for go using database/sql. Contribute to samjewell/go-sqlite3 development by creating an account on GitHub.
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...