v0.21.0
What's Changed
Updates:
- SQLite 3.47.2
Breaking changes:
Stmt.Columns(dest ...any)
API changed- from
Stmt.Columns(dest []any)
(the difference matters!)
- from
- Remove
sqlite3_nosys
build tagsqlite3_dotlk
should work everywhere
BEGIN CONCURRENT
and Wal2 moved to their own module
Full Changelog: v0.20.3...v0.21.0