SELECT DISTINCT name FROM pragma_function_list WHERE (flags & 0x200000)!=0 ORDER BY name;
On 1/24/20, Peter Kolbus <[email protected]> wrote: > Is there any documentation showing, or an easy way to generate, the exact > list of SQLite-provided functions that are innocuous? > > I’d like to turn on the new SQLITE_TRUSTED_SCHEMA but support a variety of > applications and am hoping for something to guide analysis. > > Thanks > -Peter > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

