Hi,

with 3.15:

sqlite> PRAGMA quick_check;
integrity_check
ok

with 3.16:

sqlite> PRAGMA quick_check;
quick_check
ok

The second one is more intuitive, but existing applications may use the
first column name.

Regards,
Martin Raiber


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

Reply via email to