Use equals() for String comparisons instead of '==' and Remove unused imports#7
Merged
Suraiya-Hameed merged 4 commits intomicrosoft:devfrom Dec 2, 2016
cosmofrit:master
Merged
Use equals() for String comparisons instead of '==' and Remove unused imports#7Suraiya-Hameed merged 4 commits intomicrosoft:devfrom cosmofrit:master
Suraiya-Hameed merged 4 commits intomicrosoft:devfrom
cosmofrit:master
Conversation
Suraiya-Hameed
suggested changes
Nov 30, 2016
Contributor
Suraiya-Hameed
left a comment
There was a problem hiding this comment.
Thanks @cosmofrit, the changes look good! Can you please submit again by undoing the commit for unused imports? We are working on unused and wildcard imports for all the files, they will be checked in soon.
This reverts commit 1eeb465.
Contributor
Author
|
I've reverted the commit for unused imports |
Contributor
|
Thanks for your contribution. |
rene-ye
added a commit
that referenced
this pull request
Jan 31, 2018
lilgreenbird
pushed a commit
to lilgreenbird/mssql-jdbc
that referenced
this pull request
Aug 22, 2020
Keyvault upgrade
David-Engel
pushed a commit
to David-Engel/mssql-jdbc
that referenced
this pull request
Oct 7, 2021
Handle cached end-of-streams from poll() calls
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
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.
Corrected some String comparisons to use equals() instead of '=='