Skip to content

Releases: cvilsmeier/sqinn-go

v2.1.0

21 Aug 22:07

Choose a tag to compare

v2.1.0

  • bind and scan functions for converting go types to sqinn values and back

v2.0.2

21 Aug 11:00

Choose a tag to compare

v2.0.2

  • better prebuilts (gzip and build constraints)

v2.0.1

18 Aug 09:32

Choose a tag to compare

v2.0.1

  • ValXy const is now byte (was untyped)

v2.0.0

16 Aug 21:15

Choose a tag to compare

v2.0.0

  • Major Version 2 (streaming protocol, less memory, faster)
  • Include prebuilt sqinn v2.0.0 (SQLite v3.50.4 (2025-07-30))

v1.2.0

05 Oct 21:09

Choose a tag to compare

  • Added marshalling benchmark
  • Removed 'pure Go' claim
  • Removed travis build
  • Added github workflow with sqinn v1.1.27
  • Updated min. go version 1.19
  • Updated samples

v1.1.2

27 May 18:57

Choose a tag to compare

  • Fixed negative int32 marshalling

v1.1.1

27 Mar 15:31

Choose a tag to compare

  • Added more docs for Values
  • Added example for handling NULL values
  • Added example for sqlite specialties

v1.1.0

14 Jun 17:46

Choose a tag to compare

  • Use IEEE 745 encoding for float64 values, needs sqinn v1.1.0 or higher.

v1.0.0

10 Jun 16:01

Choose a tag to compare

First release