sqlite3-3.0.0-beta.2
Pre-release
Pre-release
·
39 commits
to main
since this release
- 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()onCommonDatabaseandCommonPreparedStatement. Useclose()instead.