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

Mssql script fixes #2784

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

johnjaylward
Copy link

This PR fixes 2 issues I ran into while trying to debug connection issues with a legacy SQL2000 server.

First commit corrects the return type expectation for a call made to Helper.GetDiscoveredInstances. The actual return is a single value, while the original expected return by the caller was a tuple. I corrected the caller to use only the single value.

The second commit fixes an issue I saw where the SqlServer returned no rows of data. The loop was being entered even though the pos var was already past the length of the data.

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

1 participant