Initial implementation of the "sqlite_dbpage" virtual table. Currently
commit82ac33135a7cd658fa48197bc59da1ee3ce35e1f
authorD. Richard Hipp <drh@hwaci.com>
Wed, 11 Oct 2017 13:48:11 +0000 (11 13:48 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Wed, 11 Oct 2017 13:48:11 +0000 (11 13:48 +0000)
tree2e2b0b598fcff8de67f8c3d40f522d103247d3cb
parent743fae8191c143535b6441a7f3b85e2434a393a3
Initial implementation of the "sqlite_dbpage" virtual table.  Currently
it is read-only and has a place-holder xBestIndex.
Makefile.in
Makefile.msc
main.mk
src/dbpage.c [new file with mode: 0644]
src/main.c
src/sqliteInt.h
tool/mksqlite3c.tcl