Skip to content

Feature | Add support for Data Classification v2#626

Merged
cheenamalhotra merged 7 commits into
dotnet:masterfrom
cheenamalhotra:dataclassv2
Jul 16, 2020
Merged

Feature | Add support for Data Classification v2#626
cheenamalhotra merged 7 commits into
dotnet:masterfrom
cheenamalhotra:dataclassv2

Conversation

@cheenamalhotra
Copy link
Copy Markdown
Member

@cheenamalhotra cheenamalhotra commented Jun 24, 2020

Introduces Sensitivity Rank with Sensitivity Classification information.

Additional Notes:
The driver supports Max version of v2. So if server only supports v1 , based on received version in FEATUREEXTACK packages, we do not read Sensitivity Rank. Only if server supports v2, we read this new Rank info. The Rank value for queries made on v1 server is "NOT DEFINED". This way the driver supports both v1 and v2 of Data Classification support from Server.

Testing has been done with both v1 and v2 servers.

Introduces Sensitivity Rank with Sensitivity Classification information
Comment thread src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsEnums.cs Outdated
Comment thread src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs Outdated
@cheenamalhotra cheenamalhotra added the Public API 🆕 Issues/PRs that introduce new APIs to the driver. label Jun 25, 2020
Comment thread src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs Outdated
@cheenamalhotra cheenamalhotra added this to the 2.1.0-preview1 milestone Jul 7, 2020
Comment thread src/Microsoft.Data.SqlClient/netfx/ref/Microsoft.Data.SqlClient.cs Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Public API 🆕 Issues/PRs that introduce new APIs to the driver.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants