SQLite

All files named ”ext/misc/templatevtab.c”
Login

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

History for ext/misc/templatevtab.c

2023-10-06
12:51
[10f15b165b] part of check-in [f3b3d712d6] Ensure that all fields of static sqlite3_module objects are explicitly initialized, in order to hush-up nuisance compiler warnings. (check-in: [f3b3d712d6] user: drh branch: trunk, size: 7877)
2022-07-22
20:24
[6f90d41cc0] part of check-in [57beb700c0] Add experimental 'xShadowName2' method for virtual table modules. (check-in: [57beb700c0] user: mistachkin branch: xShadowName2, size: 7902)
2018-11-05
23:01
[8a16a91a5c] part of check-in [31942b3dd3] 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: [31942b3dd3] user: drh branch: read-only-shadow, size: 7854)
2018-04-27
15:17
[8251b31011] part of check-in [05f6278a02] Enhance the comments in the templatevtab.c implementation. (check-in: [05f6278a02] user: drh branch: trunk, size: 7831)
2018-04-19
16:14
Added: [52b9363de0] part of check-in [22358fb549] Add the ext/misc/templatevtab.c template for virtual tables. This is a work-in-progress as it still needs improvements to the comments in order to be useful as a template. (check-in: [22358fb549] user: drh branch: trunk, size: 7288)