Re: [sqlite] "PRAGMA data_version" documentation wrong

2017-11-20 Thread Dan Kennedy
On 11/21/2017 01:20 AM, Jim Dossey wrote: I think the documentation for "PRAGMA data_version" at https://www.sqlite.org/pragma.html is incorrect. I've been testing this pragma and I've found that it only returns '1' for a standard database or '2' if the database is in WAL mode. The documentat

Re: [sqlite] "PRAGMA data_version" documentation wrong

2017-11-20 Thread Simon Slavin
On 20 Nov 2017, at 6:20pm, Jim Dossey wrote: > I think the documentation for "PRAGMA data_version" at > https://www.sqlite.org/pragma.html is incorrect. I've been testing this > pragma and I've found that it only returns '1' for a standard database or '2' > if the database is in WAL mode.

[sqlite] "PRAGMA data_version" documentation wrong

2017-11-20 Thread Jim Dossey
I think the documentation for "PRAGMA data_version" at https://www.sqlite.org/pragma.html is incorrect.  I've been testing this pragma and I've found that it only returns '1' for a standard database or '2' if the database is in WAL mode.  The documentation makes it sound like this value changes