
PRAGMA defer_foreign_keys = on
The spellfix1 virtual table is not included in the SQLite amalgamation and is not a part of any standard SQLite build. It is a loadable extension.
// TODO(someday): Allow temporary tables. Creating a temporary table actually causes
// SQLite to open a separate temporary file to place the data in. Currently, our storage
// engine has no support for this.