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
Breaking: The WASM implementation no longer registers a default virtual file system. Instead, registerVirtualFileSystem needs to be used to add desired file system implementations.
Breaking: Fix a typo, CommmonSqlite3 is now called CommonSqlite3.
Breaking: Introduce class modifiers on classes of this package that aren't meant to be extended or implemented by users.
Add PreparedStatement.reset().
Add the CustomStatementParameter class which can be passed as a statement parameter with a custom sqlite3_bind_* call.
Add the StatementParameters class and executeWith/selectWith methods on CommonPreparedStatement. They can be used to control whether values are bound by index or by name. The selectMap and executeMap methods have been deprecated.