On Tue, Dec 4, 2018 at 10:08 AM Dominique Devienne <[email protected]> wrote:
> On Fri, Nov 30, 2018 at 4:11 PM Dominique Devienne <[email protected]> > wrote: > >> Nothing returned, so obviously the -DSQLITE_INTROSPECTION_PRAGMAS >> compile-time option is not used [1]. Could it be ON by default please? >> TIA, --DD >> > C:\Users\ddevienne>sqlite3 SQLite version 3.26.0 2018-12-01 12:34:55 Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. sqlite> pragma function_list; sqlite> Tried latest 3.26 from pre-built Windows binaries at [1], and still no function listing :( Am I misusing that feature? Wrong pragma never give errors AFAIK, so hard to say. Also, I tried using .dbconfig, and function_list is not listed there either. sqlite> .dbconfig enable_fkey off enable_trigger on fts3_tokenizer off load_extension on no_ckpt_on_close off enable_qpsg off trigger_eqp off reset_database off defensive off sqlite> Should it be? Thanks, --DD [1] https://www.sqlite.org/download.html _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

