Release v1.0.0
·
41 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Promotion to v1.0.0 following API stabilization and 0.5.0 release.
API compatible with node:sqlite from Node.js v25.8.0.
Added
db.limitsproperty: Get and set SQLite limits (length, sqlLength, column, exprDepth, compoundSelect, vdbeOp, functionArg, attach, likePatternLength, variableNumber, triggerDepth) at runtime. SupportsInfinityto reset to compile-time maximum. Also acceptslimitsoption inDatabaseSyncconstructor.- Statement iterator invalidation: Calling
stmt.run(),stmt.get(),stmt.all(), orstmt.iterate()now invalidates any active iterator on the same statement, throwingERR_INVALID_STATE
Changed
- SQLite 3.52.0: Updated from 3.51.2
Full Changelog: v0.5.0...v1.0.0