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

doc.go: you can use Conn.Raw to get *SQLiteConn #882

Merged
merged 1 commit into from Nov 16, 2020
Merged

Conversation

evanj
Copy link
Contributor

@evanj evanj commented Nov 16, 2020

This can be easier that registering a new driver, in some cases.
Add a test to verify that this works.

This can be easier that registering a new driver, in some cases.
Add a test to verify that this works.
@mattn mattn merged commit 4f7abea into mattn:master Nov 16, 2020
@mattn
Copy link
Owner

mattn commented Nov 16, 2020

Thank you

@mattn
Copy link
Owner

mattn commented Nov 16, 2020

some tests are failing...

@evanj evanj deleted the conn-raw branch November 16, 2020 15:43
@evanj
Copy link
Contributor Author

evanj commented Nov 16, 2020

I failed to read the documentation carefully enough, sorry. Conn.Raw was added in 1.13. The Go project supports 1.15 and 1.14 right now, so we either need to revert, or decide to only support those versions. I'll prepare the revert PR now.

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