Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

cdamoc90poe
Copy link
Contributor

@cdamoc90poe cdamoc90poe commented Jul 12, 2022

Bump go-sqlite3 to v1.14.14 by following command

go get github.com/mattn/[email protected]
go mod tidy

The current version of sqlite library github.com/mattn/go-sqlite3 v1.14.10 does not have support for JSON objects by default, which in SQLite was introduced with version 3.38.0, which is already available in github.com/mattn/go-sqlite3 v1.14.14 which uses SQLite version 3.38.5

Solution:
Update the library version in go.mod file to github.com/mattn/go-sqlite3 v1.14.14

@cdamoc90poe
Copy link
Contributor Author

Fixes issue #771

@coveralls
Copy link

Coverage Status

Coverage remained the same at 57.807% when pulling b2be9e7 on cdamoc90poe:bump-version-for-sqlite3 into acc11ed on golang-migrate:master.

@cdamoc90poe
Copy link
Contributor Author

@dhui Please review/approve

@dhui dhui merged commit af0c073 into golang-migrate:master Jul 27, 2022
@dhui
Copy link
Member

dhui commented Jul 27, 2022

Thanks for the PR!

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.

3 participants