Skip to content

Tags: jbaiter/sql.js

Tags

v1.8.0-fts5ext.1

Toggle v1.8.0-fts5ext.1's commit message
Add type definitions from @types/sql.js

v1.8.0-fts5

Toggle v1.8.0-fts5's commit message
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.

v1.8.0

Toggle v1.8.0's commit message
SQLite 3.38

emscripten 3.1.20
add aggregate functions

v1.7.0

Toggle v1.7.0's commit message
sqlite 3.38.5, size optimizations, more recent compiler

v1.6.2

Toggle v1.6.2's commit message
update sqlite

v1.6.1

Toggle v1.6.1's commit message
build with latest emscripten

v1.6.0

Toggle v1.6.0's commit message
bigint support and bug fixes

v1.5.0

Toggle v1.5.0's commit message
SQLite 3.35.0

v1.4.0

Toggle v1.4.0's commit message
 Add db.iterateStatements (sql-js#429)

 db.iterateStatements allows giving sql.js an SQL string and iterating over statements objects created from that string