Skip to content

fix: use TCP as default protocol #374

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 1 commit into from
Jun 7, 2023
Merged

fix: use TCP as default protocol #374

merged 1 commit into from
Jun 7, 2023

Conversation

shueybubbles
Copy link
Collaborator

Fixes #373
I don't know how I missed this behaviour when I added npipe to go-mssqldb.

Copy link
Collaborator

@stuartpa stuartpa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@stuartpa
Copy link
Collaborator

stuartpa commented Jun 7, 2023

package sqlcmd

Can you add a comment on to why this is scoped to just amd64 on windows (per filename)? Not ARM64?


Refers to: pkg/sqlcmd/sqlcmd_windows_amd64.go:1 in 248d889. [](commit_id = 248d889, deletion_comment = False)

@shueybubbles
Copy link
Collaborator Author

package sqlcmd

see line 16


In reply to: 1580123498


Refers to: pkg/sqlcmd/sqlcmd_windows_amd64.go:1 in 248d889. [](commit_id = 248d889, deletion_comment = False)

@shueybubbles
Copy link
Collaborator Author

package sqlcmd

it's another argument for writing our own named pipes dialer in go-mssqldb


In reply to: 1580879091


Refers to: pkg/sqlcmd/sqlcmd_windows_amd64.go:1 in 248d889. [](commit_id = 248d889, deletion_comment = False)

@shueybubbles shueybubbles merged commit db0584a into main Jun 7, 2023
@shueybubbles shueybubbles deleted the shueybubbles/373 branch June 7, 2023 13:58
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.

Revert to TCP as the default protocol
3 participants