Skip to content

1.10.0

Compare
Choose a tag to compare
@mattn mattn released this 29 May 07:52
· 206 commits to master since this release
c7c4067

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()