Skip to content

SQLite

Version 5.4.0

Added

  • XML indexes are reported. SQLite has no XML type, so nothing to shred and no node table to index.
  • Schema binding and view indexes are reported. SQLite re-parses a view at each use and stores nothing to index, so a declaration that binds a view to its schema or puts an index on one is now an error diagnostic on the plan rather than something the plan quietly drops.