1.14.51
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
- @semihbkgr made their first contribution in #1396
- @zxysilent made their first contribution in #1428
- @kberov made their first contribution in #1367
- @bradengroom made their first contribution in #1444
Full Changelog: v1.14.50...v1.14.51