Skip to content
Version 1.4 adds the `sqlitex.ResultBytes` function
and fixes several bugs.

 ### Added

- New function `sqlitex.ResultBytes`.
  ([#86](https://github.com/zombiezen/go-sqlite/pull/86))

 ### Changed

- `Conn.Close` returns an error if the connection has already been closed
  ([#101](https://github.com/zombiezen/go-sqlite/issues/101)).
- The minimum `modernc.org/sqlite` version updated to 1.33.1.

 ### Fixed

- `sqlite3_initialize` is now called from any top-level function
  to prevent race conditions during initialization.
  ([#18](https://github.com/zombiezen/go-sqlite/issues/18)).