Skip to content

Releases: ncruces/go-sqlite3

v0.26.3

30 Jun 11:45
Compare
Choose a tag to compare

What's Changed

Updates:

  • SQLite 3.50.2

Full Changelog: v0.26.2...v0.26.3

Artifact attestations

v0.26.2

30 Jun 11:44
Compare
Choose a tag to compare

What's Changed

Changes:

  • Fixes a couple low probability bugs.

Full Changelog: v0.26.1...v0.26.2

Artifact attestations

v0.26.1

07 Jun 23:43
Compare
Choose a tag to compare

What's Changed

Updates:

  • SQLite 3.50.1

Full Changelog: v0.26.0...v0.26.1

Artifact attestations

v0.26.0

31 May 00:36
Compare
Choose a tag to compare

What's Changed

Updates:

  • SQLite 3.50.0

Changes:

Now supported in Bob: stephenafamo/bob#431 (thanks @stephenafamo).

Full Changelog: v0.25.2...v0.26.0

Artifact attestations

v0.25.2

09 May 00:54
Compare
Choose a tag to compare

What's Changed

Updates:

  • SQLite 3.49.2

Full Changelog: v0.25.1...v0.25.2

Artifact attestations

v0.25.1

24 Apr 23:45
Compare
Choose a tag to compare

What's Changed

Performance improvements:

Implemented bits of libc using Wasm SIMD128, thanks to a tip by @raggi on Hacker News.

Full Changelog: v0.25.0...v0.25.1

Artifact attestations

v0.25.0

31 Mar 16:09
Compare
Choose a tag to compare

What's Changed

Breaking changes:

  • changed BindBlob, BindRawText, ResultBlob, ResultRawText in 9f626b2
    • binding/returning a nil slice is no longer the same as BindNull, ResultNull
  • tweaked some database/sql scanning heuristics in #256
    • don't automatically revive RFC 3339 time.Time for TEXT columns
    • revive bool automatically for BOOLEAN columns
    • in both cases, it's best to use ANY with STRICT tables

Performance improvements:

Thanks to @michaellenaghan in #250 and his new benchmark, significant improvements were attained for long running, complex queries, when used in combination with context cancellation.

Full Changelog: v0.24.1...v0.25.0

Artifact attestations

v0.24.1

14 Mar 00:15
Compare
Choose a tag to compare

What's Changed

Changes:

Full Changelog: v0.24.0...v0.24.1

Artifact attestations

v0.24.0

28 Feb 16:49
Compare
Choose a tag to compare

What's Changed

Changes:

  • Require Go 1.23

Full Changelog: v0.23.3...v0.24.0

Artifact attestations

v0.23.3

24 Feb 14:56
Compare
Choose a tag to compare

What's Changed

Changes:

  • Minor fixes.

Full Changelog: v0.23.1...v0.23.3

Artifact attestations