forked from go-sql-driver/mysql
-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade driver #2
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
README: Fix syntax in the TCP DSN example
silences go vet
strict mode: document how notes can be ignored + test
vet: rename fatal to fatalf in driver_test.go
small errors refactoring
Update Changelog
Connection collation DSN parameter
The `go1` tag caused a lot of confusion and did more harm than good. In order to make `go get` work as expected and reduce the amount of duplicate bug reports, we switch back to a "rolling release". `go get` will install the current master branch again. But we will continue to create branches for stable versions.
Switch to rolling release
Registration of custom dial functions
remove buffer and driver indirections
…columns Fix handling of queries without columns and rows
and some small optimizations
Check against Go 1.2 and 1.3
Update travis config
buffer: return io.ErrUnexpectedEOF
…changed files. Fixed grammar. Reordered 2nd and 3rd bullet points for a better flow of logic.
…ny copyrightable expression
Added clarity to license statement in README
A TLS configuration must either have a ServerName or specify InsecureSkipVerify. In most cases, the ServerName value will match the host part of the address in the DSN. This change updates the DSN parser to default the ServerName to the host value provided unless InsecureSkipVerify is specified.
Default TLS ServerName to the host in the DSN.
ElPeque
pushed a commit
that referenced
this pull request
Nov 1, 2016
Pull recent changes from the main fork
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use the latest changes to the driver