Skip to content

Releases: productsupcom/go-sqlite-lite

v0.9.5

16 Mar 12:57
2c52cc6
Compare
Choose a tag to compare

What's Changed

  • change blob to text and use empty string for empty values by @terwey in #8

Can be compiled in using:
CGO_CFLAGS="-DSQLITE_EXTRA_INIT=shathree_init -O2 -g"

Full Changelog: v0.9.4...v0.9.5

v0.9.4

10 Mar 11:46
40351bb
Compare
Choose a tag to compare

What's Changed

  • Shathree by @terwey in #6
  • remove include to sqlite3ext.h by @terwey in #7
    Can be compiled in using:
CGO_CFLAGS="-DSQLITE_EXTRA_INIT=shathree_init -O2 -g"

Full Changelog: v0.9.0...v0.9.4

v0.9.0

09 Mar 14:42
782cfc0
Compare
Choose a tag to compare

What's Changed

  • upgrade sqlite3 to 3.41.0
  • add shathree extension to sqlite3.c by @terwey in #5

Full Changelog: v0.8.0...v0.9.0

v0.8.0

02 Aug 14:50
ceb502c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.8.0

v0.7.1

09 Jun 15:19
2643f4a
Compare
Choose a tag to compare

What's Changed

  • Fix bug where empty columns caused data to be dropped by @terwey in #3

Full Changelog: v0.7.0...v0.7.1

v0.7.0

31 Mar 10:03
de08145
Compare
Choose a tag to compare

What's Changed

  • Pass row as bytes directly by @terwey in #2

Full Changelog: v0.6.3...v0.7.0