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

Feature | Accept connected sockets from custom socket factory #1420

Merged
merged 2 commits into from Sep 9, 2020

Conversation

peterbae
Copy link
Contributor

@peterbae peterbae commented Sep 1, 2020

Currently the driver is assuming the socket created from the socket factory is not connected, but there may be custom implementations that return a socket that's already connected. This change handles this case.

Fixes #1382.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
MSSQL JDBC
  
Closed/Merged PRs
Development

Successfully merging this pull request may close these issues.

[FEATURE REQUEST] Accept connected sockets from custom socket factory
4 participants