1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Initial implementation of the "sqlite_dbpage" virtual table. Currently

it is read-only and has a place-holder xBestIndex.

FossilOrigin-Name: c2c1d656e3f52465192c2a697a976cd1837ccc4e10708a2377cff8bf6eaa7d49
This commit is contained in:
drh
2017-10-11 13:48:11 +00:00
parent ff0a67a1a7
commit a43c8c8a60
9 changed files with 285 additions and 16 deletions

View File

@ -394,6 +394,7 @@ foreach file {
fts3_icu.c
sqlite3rbu.c
dbstat.c
dbpage.c
sqlite3session.c
json1.c
fts5.c