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

feat(tests): support pure-go sqlite driver #6448

Closed
wants to merge 1 commit into from

Conversation

aymanbagabas
Copy link

This tests the sqlite with/out CGO, updates the minimum tests go version to 1.18, and adds the latest go version ^1 to the sqlite CI tests.

Related: go-gorm/sqlite#161

  • Do only one thing
  • Non breaking API changes
  • Tested

What did this pull request do?

Add tests to SQLite pure-go.

User Case Description

Needs go-gorm/sqlite#161

@aymanbagabas aymanbagabas force-pushed the tests-sqlite-cgo branch 7 times, most recently from d09cb70 to 0589b23 Compare July 6, 2023 00:24
This tests the sqlite with/out CGO, updates the minimum tests go version
to 1.18, and adds the latest go version `^1` to the sqlite CI tests.

Related: go-gorm/sqlite#161
@jinzhu
Copy link
Member

jinzhu commented Jul 24, 2023

Thank you for your contribution, but going to close it due to lots of breaks.

btw, here is another pure go driver implementation github.com/glebarez/sqlite

@jinzhu jinzhu closed this Jul 24, 2023
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.

None yet

2 participants