You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
Per http://www.sqlabs.com/blog/2010/12/sqlite-and-unique-rowid-something-you-really-need-to-know/ and others,
VACUUMcan re-assign rowids. At this time, we don't ever delete fulltext values, so this is a theoretical concern; but we should fix it, possibly by adding anINTEGER PRIMARY KEY AUTOINCREMENTto the fulltext values table.