github mattn/go-sqlite3 v1.14.51
1.14.51

latest release: v1.14.52
3 hours ago

What's Changed

  • fix: Exec returns wrong arg count in "not enough args" error by @semihbkgr in #1396
  • refactor: Clean up deprecated // +build legacy build tags by @zxysilent in #1428
  • Fixed som typos and wrappings in sqlite3_func_crypt.go documentation. by @kberov in #1367
  • Replace copy-on-write handle map with sync.Map by @mattn in #1453
  • Avoid per-row goroutines for query cancellation by @bradengroom in #1444
  • Flush statement cache when the schema changes by @mattn in #1452

New Contributors

Full Changelog: v1.14.50...v1.14.51

Don't miss a new go-sqlite3 release

NewReleases is sending notifications on new releases.