SELECT DISTINCT name
   FROM pragma_function_list
 WHERE (flags & 0x200000)!=0
 ORDER BY name;

On 1/24/20, Peter Kolbus <peter.kol...@gmail.com> 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
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to