On 11/8/17, Klaas Van B. <klaasva...@yahoo.com> wrote:
> In 3.20.1 the dot-command dbinfo still worked, but since 3.21.0 not anymore

This was a boo-boo on our precompiled-binary build script.  The
".dbinfo" command was modified to require a special compile-time
option (specifically -DSQLITE_ENABLE_DBPAGE_VTAB) and we failed to
make that change in our build script for the website.  The new
compile-time option is added to all the makefiles, so if you will
download any of the source code packages and build your own, the
.dbinfo command should work fine.

So this is not a bug in SQLite but rather a bug in our website build procedure.

Thanks for pointing this out.

The precompiled-binary build script is out-of-tree and testing the
precompiled-binary builds of the website is not part of our release
checklist (https://www.sqlite.org/checklists/3210000/index) which is
how this bug managed to slip through.  We'll be sure to add a test for
the precompiled-binary build script prior to the next release.

Expect to see fresh precompiled binaries that fix this problem within
a few hours.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to