Skip to content

Releases: mattn/go-sqlite3

1.14.16

26 Oct 13:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.15...v1.14.16

1.10.0

29 May 07:52
c7c4067
Compare
Choose a tag to compare

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

1.9.0

13 Jun 08:38
Compare
Choose a tag to compare

Core

  • SQLite 3.24.0

Updates

  • Add OpenBSD
  • Increase coverage
  • Added Tests for sqlite_crypt encoders

Repository Updates

  • Shorten build time on Travis-CI

1.8.0

12 Jun 12:15
Compare
Choose a tag to compare

Core

  • SQLite: 3.24.0

New Features

  • Implemented SQLite User Authentication Module
  • Implemented GetFilename sqlite3_db_filename
  • Implemented use of PRAGMA's from DSN
  • Implemented usleep for Windows
  • PRAGMA DSN
    • Auto Vacuum
    • Case Sensitive LIKE
    • Defer Foreign Keys
    • Ignore CHECK Constraints
    • Journal Mode
    • Query Only
    • Secure Delete
    • Synchronous
    • User Authentication
    • Writeable Schema

Updates

  • Rewrite upgrade tool to auto include UserAuth Module
  • FIX: Case-Sensitive values for PRAGMA
  • Reduced code for:
    • foreign_keys
    • recursive_triggers

Fixes

  • #542
  • #568
  • ICU extension for darwin
  • Fixes WAL Mode Synchronous
  • #120
  • Compile Section Closes #175
  • Compile Section Closes #201
  • Compile Section Closes #206
  • Compile Section Closes #404
  • Compile Section Closes #217
  • Compile Section Closes #224
  • Compile Section Closes #234
  • Compile Section Closes #242
  • Feature table Closes #255
  • Description Section Closes #232
  • Golang:1.6 not supported Closes #272
  • Golang:1.5 not supported + compilation section Closes #283
  • usleep Implemented Closes #285
  • FAQ Section Closes #289
  • Compile Section closes #295
  • FAQ Section Closes #305
  • PR339 Closes #318 #321
  • Compilation Section Closes #341
  • PR407 Closes #364
  • Feature sqlite_vtable Closes #393
  • Compile Section Closes #416
  • sqlite_trace feature Closes #433
  • Compilation Section Closes #435
  • Compilation Section Closes #443
  • Golang:1.6 Not Supported Closes #445
  • Compilation Section Closes #451
  • Compilation Section Closes #467
  • Compilation Section Closes #491
  • Compilation Section Closes #495
  • Compilation Section Closes #505
  • Compilation Section Closes #557
  • Compilation Section Closes #560