Releases: productsupcom/go-sqlite-lite
Releases · productsupcom/go-sqlite-lite
v0.9.5
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
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
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