New
1.4.0
Version 1.4 adds the sqlitex.ResultBytes function and fixes several bugs.
Added
- New function
sqlitex.ResultBytes. (#86)
Changed
Conn.Closereturns an error if the connection has already been closed (#101).- The minimum
modernc.org/sqliteversion updated to 1.33.1.
Fixed
sqlite3_initializeis now called from any top-level function to prevent race conditions during initialization. (#18).