Skip to content

1.4.0

Latest
Compare
Choose a tag to compare
@zombiezen zombiezen released this 23 Sep 18:24

Version 1.4 adds the sqlitex.ResultBytes function and fixes several bugs.

Added

  • New function sqlitex.ResultBytes. (#86)

Changed

  • Conn.Close returns an error if the connection has already been closed (#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).