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

Bump library version for SQLite to have new features for ALTER TABLE #683

Closed
cdamoc90poe opened this issue Jan 7, 2022 · 1 comment · Fixed by #686
Closed

Bump library version for SQLite to have new features for ALTER TABLE #683

cdamoc90poe opened this issue Jan 7, 2022 · 1 comment · Fixed by #686

Comments

@cdamoc90poe
Copy link
Contributor

The current version of sqlite library github.com/mattn/go-sqlite3 v1.14.6 does not have support for ALTER TABLE DROP COLUMN, which in SQLite was introduced with version 3.35.0, which is already available in github.com/mattn/go-sqlite3 v1.14.10 which uses SQLite version 3.37.0

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

@cdamoc90poe
Copy link
Contributor Author

@dhui Can we have a new release which includes this bump ?

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 a pull request may close this issue.

1 participant