]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Initial implementation of the "sqlite_dbpage" virtual table. Currently
authordrh <drh@noemail.net>
Wed, 11 Oct 2017 13:48:11 +0000 (13:48 +0000)
committerdrh <drh@noemail.net>
Wed, 11 Oct 2017 13:48:11 +0000 (13:48 +0000)
commita43c8c8a6065b3eed4b1a7ec03a7535f3b3b537f
treef8a5866c310c7b4482a060f902f32c3992563b23
parentff0a67a1a7d05c16d9411055f6a834c9da3e14a5
Initial implementation of the "sqlite_dbpage" virtual table.  Currently
it is read-only and has a place-holder xBestIndex.

FossilOrigin-Name: c2c1d656e3f52465192c2a697a976cd1837ccc4e10708a2377cff8bf6eaa7d49
Makefile.in
Makefile.msc
main.mk
manifest
manifest.uuid
src/dbpage.c [new file with mode: 0644]
src/main.c
src/sqliteInt.h
tool/mksqlite3c.tcl