SQLite

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

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

History for ext/misc/btreeinfo.c

2025-02-27
21:17
[8f5e6da2c8] part of check-in [f50c21484d] Approximately 100 typo corrections spanning the whole tree, submitted via forum post 0db9827f0464bc33 and individually audited and verified. Affects only code comments, innocuous test strings, error message text in tool (not library) code, and configure-level help text. (check-in: [f50c21484d] user: stephan branch: trunk, size: 13010)
2023-10-06
12:51
[cb952620ee] 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: 13009)
2022-07-22
20:24
[89f34855e2] part of check-in [57beb700c0] Add experimental 'xShadowName2' method for virtual table modules. (check-in: [57beb700c0] user: mistachkin branch: xShadowName2, size: 13011)
2020-07-29
16:18
[5d98f82311] part of check-in [a80ae2c98b] 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: [a80ae2c98b] user: drh branch: typos, size: 12961)
2020-06-19
15:24
[d28ce349b4] part of check-in [7a876209a6] Extend the refactoring into extensions. Clean up stray newlines. (check-in: [7a876209a6] user: drh branch: trunk, size: 12959)
2020-01-31
14:52
[26004b7a6b] part of check-in [b5a66d10f4] Fix a minor typo in a comment in the btreeinfo extension. (check-in: [b5a66d10f4] user: drh branch: trunk, size: 12959)
2018-11-05
23:01
[4f0ebf278f] 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: 12960)
2018-01-24
13:15
[78c8c57d32] part of check-in [461b0b81b2] Improved error message output when the btreeinfo.c extension is run in a connection that lacks sqlite_dbpage support. (check-in: [461b0b81b2] user: drh branch: trunk, size: 12909)
2017-10-31
15:49
[d7fd9a2fe2] part of check-in [429e3c3c85] Add build infrastructure for the sqlite3_checker command-line utility. (check-in: [429e3c3c85] user: drh branch: checkindex, size: 12824)
2017-10-25
01:34
Added: [89488a065f] part of check-in [1e30f4772d] Add the sqlite_btreeinfo eponymous-only table for introspecting the schema and estimating the sizes of various btrees. (check-in: [1e30f4772d] user: drh branch: trunk, size: 12791)