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
Add `offsets(vtable, colIdx)` FTS5 auxilliary function.
Modeled after FTS3/4 `offsets` function, but targeting phrases instead
of terms. Implementation largely lifted from the FTS5 `highlights`
implementation, including some verbatim code that was not exported.
Add db.iterateStatements (sql-js#429)
db.iterateStatements allows giving sql.js an SQL string and iterating over statements objects created from that string