SQLite

Check-in [b40a4edceb]
Login

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

Overview
Comment:Provide a DBCONFIG to enable or disable virtual tables that match a LIKE pattern.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | disable-vtab
Files: files | file ages | folders
SHA3-256: b40a4edcebe5d027840bf515a06f5743e20e728f71badb151b88b1cdc4e32143
User & Date: drh 2019-04-04 20:21:25.235
Context
2019-04-04
22:05
Add the vtab enable/disable options to the sqlite3_db_config TCL command in the testfixture. (Leaf check-in: c70524280f user: drh tags: disable-vtab)
20:21
Provide a DBCONFIG to enable or disable virtual tables that match a LIKE pattern. (check-in: b40a4edceb user: drh tags: disable-vtab)
19:21
Fix a typo in the documentation for sqlite3_value_frombind(). Also add a new hyperlink to that same documentation. No code changes. (check-in: bf3cd9364f user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/build.c.
Changes to src/main.c.
Changes to src/pragma.c.
Changes to src/shell.c.in.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/vtab.c.