Skip to content

Conversation

@ErikEJ
Copy link
Contributor

@ErikEJ ErikEJ commented Feb 10, 2020

Remove unused code from DataReaderTest

fixes #417

Remove unused code from DataReaderTest

fixes dotnet#417
@cheenamalhotra cheenamalhotra added the Breaking Change 🔨 Issues/PRs that are related with breaking API changes in the driver. label Feb 11, 2020
@cheenamalhotra cheenamalhotra merged commit 2edfd2a into dotnet:master Feb 13, 2020
}

[CheckConnStrSetupFact]
public static void GetSchemaTable_returns_null_when_no_resultset()
Copy link
Member

Choose a reason for hiding this comment

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

Test name is inversed :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh!

Copy link
Member

Choose a reason for hiding this comment

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

Another possible note is the returned table should have no rows, but should still have the columns it has when there are rows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Breaking Change 🔨 Issues/PRs that are related with breaking API changes in the driver.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change DbDataReader.{GetSchemaTable,GetColumnSchema} to return empty results when there is no resultset

4 participants