← Back to release summary

EXPLAIN and REINDEX support in WebSQL

Category
Offline / Storage
Type
New or changed feature
Status
Removed (Chrome 73)
Intent stage
None

Summary

EXPLAIN's output is not guaranteed to be stable over SQLite versions, so developers cannot rely on it. REINDEX is only useful when collation sequence definitions change, and Chrome only uses the built-in collation sequences.

Standards & signals

Docs: https://www.sqlite.org/lang_explain.html https://www.sqlite.org/lang_reindex.html

View on chromestatus.com