Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/misc/vtablog.c
2024-03-25
| ||
10:55 | [1100250c] part of check-in [92e9a71b] Improvements to the vtablog.c extension: Eliminate memory leaks. More diagnostic output for xBestIndex. (check-in: [92e9a71b] user: drh branch: trunk, size: 18048) | |
00:38 | [10b3b8ab] part of check-in [e253bb36] Improvements to the vtablog.c extension, for better logging of virtual table interactions. (check-in: [e253bb36] user: drh branch: trunk, size: 16835) | |
2023-10-06
| ||
12:51 | [f2c9d41a] part of check-in [f3b3d712] Ensure that all fields of static sqlite3_module objects are explicitly initialized, in order to hush-up nuisance compiler warnings. (check-in: [f3b3d712] user: drh branch: trunk, size: 14436) | |
2022-07-22
| ||
20:24 | [9d553837] part of check-in [57beb700] Add experimental 'xShadowName2' method for virtual table modules. (check-in: [57beb700] user: mistachkin branch: xShadowName2, size: 14438) | |
2020-07-29
| ||
16:18 | [6a476cb7] part of check-in [a80ae2c9] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c9] user: drh branch: typos, size: 14391) | |
2018-11-05
| ||
23:01 | [5538acd0] part of check-in [31942b3d] Initial code to make shadow tables read-only to ordinary SQL. The now xShadowName method is added to the sqlite3_module object and is used to identify potential shadow tables. The SQLITE_PREPARE_SHADOW argument to sqlite3_prepare_v3() is defined. It is designed to permit writing to shadow tables, but is currently an unused placeholder. (check-in: [31942b3d] user: drh branch: read-only-shadow, size: 14390) | |
2017-08-10
| ||
03:27 | Added: [31d0d8f4] part of check-in [e49279e6] Add a first draft of the "vtablog" extensions that implements a generic virtual table useful for experimentation using the command-line shell. (check-in: [e49279e6] user: drh branch: trunk, size: 14343) | |