Re: [sqlite] Document typo?

2017-06-26 Thread Richard Hipp
Should be fixed now. Thanks for the bug report. On 6/26/17, Paul Sanderson wrote: > https://sqlite.org/dbstat.html > > The DBStat web page defines that schema of the virtual table as follows > with path defined as an integer > > CREATE TABLE dbstat( > name

[sqlite] Document typo?

2017-06-26 Thread Paul Sanderson
https://sqlite.org/dbstat.html The DBStat web page defines that schema of the virtual table as follows with path defined as an integer CREATE TABLE dbstat( name STRING, -- Name of table or index path INTEGER,-- Path to page from root pageno INTEGER,-- Page