Skip to content

sqlite3-3.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Nov 21:22
· 39 commits to main since this release
6d0b158
  • On native platforms, use native finalizers to reliably clear statements and databases.
  • On the web, use regular finalizers more consistently.
  • Refactor binding text and blob values to reduce the chance of memory leaks.
  • Deprecated dispose() on CommonDatabase and CommonPreparedStatement. Use close() instead.