sqlite icon indicating copy to clipboard operation
sqlite copied to clipboard

Update go-sqlite3 to v1.14.22 (fixes #177)

Open alufers opened this issue 3 months ago • 0 comments

  • [x] Do only one thing
  • [x] Non breaking API changes
  • [x] Tested

What did this pull request do?

Update go-sqlite3 to v1.14.22 (fixes #177)

Tested on Alpine 3.19.1

/home/alufers/Projects/Contrib/sqlite # cat /etc/os-release 
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.19.1
PRETTY_NAME="Alpine Linux v3.19"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
/home/alufers/Projects/Contrib/sqlite # go build .
go: downloading gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
go: downloading github.com/mattn/go-sqlite3 v1.14.22
go: downloading github.com/jinzhu/now v1.1.5
go: downloading github.com/jinzhu/inflection v1.0.0
/home/alufers/Projects/Contrib/sqlite #

User Case Description

Updating this library will fix building on Alpine. This is helpful for people building in containers.

alufers avatar Mar 11 '24 12:03 alufers