SQLite

Check-in [e5f01d7fde]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add new pragmas: "function_list" and "module_list"
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | list-pragmas
Files: files | file ages | folders
SHA3-256: e5f01d7fde05fdb547f35816ff15c31a92c170b31877f4c640b7bc2be3f580b3
User & Date: drh 2017-07-07 15:43:22.754
Context
2017-07-07
17:33
Add the "Pragma_list" pragma. Put all three pragmas created on this branch inside of #ifdef SQLITE_INTROSPECTION_PRAGMAS. (Closed-Leaf check-in: 2f3c3781ef user: drh tags: list-pragmas)
15:43
Add new pragmas: "function_list" and "module_list" (check-in: e5f01d7fde user: drh tags: list-pragmas)
13:59
Exploit the fact that Expr.pRight and Expr.x are never used at the same time for a small performance gain. (check-in: aacbb9a461 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/pragma.c.
Changes to src/pragma.h.
Changes to tool/mkpragmatab.tcl.