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

sqlite3_test.go: Move Go 1.13 test to sqlite3_go113_test.go #883

Merged
merged 1 commit into from Nov 16, 2020

Commits on Nov 16, 2020

  1. sqlite3_test.go: Move Go 1.13 test to sqlite3_go113_test.go

    Commit 4f7abea added a test that uses Conn.Raw, which was added in
    Go >= 1.13. The go-sqlite3 project runs tests with Go >= 1.11. Remove
    the test from sqlite3_test.go, so it only runs with the correct
    versions of Go.
    
    Instead of adding a new test, modify the existing test that already
    uses Conn.Raw() to check the type of driverConn.
    evanj committed Nov 16, 2020
    Copy the full SHA
    30bcb0f View commit details
    Browse the repository at this point in the history