| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.14.51 source code.tar.gz | 2026-09-05 | 2.8 MB | |
| 1.14.51 source code.zip | 2026-09-05 | 2.8 MB | |
| README.md | 2026-09-05 | 1.2 kB | |
| Totals: 3 Items | 5.6 MB | 0 | |
What's Changed
- fix: Exec returns wrong arg count in "not enough args" error by @semihbkgr in https://github.com/mattn/go-sqlite3/pull/1396
- refactor: Clean up deprecated // +build legacy build tags by @zxysilent in https://github.com/mattn/go-sqlite3/pull/1428
- Fixed som typos and wrappings in sqlite3_func_crypt.go documentation. by @kberov in https://github.com/mattn/go-sqlite3/pull/1367
- Replace copy-on-write handle map with sync.Map by @mattn in https://github.com/mattn/go-sqlite3/pull/1453
- Avoid per-row goroutines for query cancellation by @bradengroom in https://github.com/mattn/go-sqlite3/pull/1444
- Flush statement cache when the schema changes by @mattn in https://github.com/mattn/go-sqlite3/pull/1452
New Contributors
- @semihbkgr made their first contribution in https://github.com/mattn/go-sqlite3/pull/1396
- @zxysilent made their first contribution in https://github.com/mattn/go-sqlite3/pull/1428
- @kberov made their first contribution in https://github.com/mattn/go-sqlite3/pull/1367
- @bradengroom made their first contribution in https://github.com/mattn/go-sqlite3/pull/1444
Full Changelog: https://github.com/mattn/go-sqlite3/compare/v1.14.50...v1.14.51