Wednesday, April 10, 2019, 10:28:55 AM, Luuk <[email protected]> wrote:
> On 10-4-2019 10:28, Kees Nuyt wrote: >> sqlite> select * from pragma_function_list; > sqlite> select * from pragma_function_list; > Error: no such table: pragma_function_list From the help page (https://www.sqlite.org/pragma.html#pragma_function_list) this option is only available "...if SQLite is built using the -DSQLITE_INTROSPECTION_PRAGMAS compile-time option.". My (standard) copy of 3.27.2 doesn't support this either, so I'm guessing Keet must have a custom-built version. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

