Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alufers
Copy link

@alufers alufers commented Mar 11, 2024

  • Do only one thing
  • Non breaking API changes
  • 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.

Updating this library will fix building on Alpine. This is helpful for people building in containers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to mattn/go-sqlite3 v1.14.19
1 participant