go-sqlite3 v2.0.6 Release Notes
Release Date: 2020-06-06 // almost 5 years ago-
No data yet ๐
You can check the official repo
Previous changes from v1.10.0
-
Core
- SQLite 3.28.0
โก๏ธ Updates
- ๐ Fix type of variadic function
- column types text, varchar, *char return as strings
- Use SQLITE_OPEN_CREATE for sqlite3_open_v2
- ๐ Fix data race in AutoCommit()