Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Enhancing the SqlDbType with vector #115327

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

apoorvdeshmukh
Copy link

Fixes #115148
The API review is approved.
Similar to #103985, enhancing SqlDbType with vector.

@Copilot Copilot AI review requested due to automatic review settings May 6, 2025 08:24
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

1 similar comment
Copy link

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR enhances the SqlDbType enum by adding a new value for vector types to support extended functionality in line with issue #115148.

  • Added "Vector" with an assigned value of 36 in the implementation file.
  • Updated the reference file to include the new enum member for external consumers.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/libraries/System.Data.Common/src/System/Data/SqlDbType.cs Added the "Vector" enum value with summary documentation.
src/libraries/System.Data.Common/ref/System.Data.Common.cs Synchronized ref file to include the "Vector" enum member.

@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label May 6, 2025
Copy link
Contributor

Tagging subscribers to this area: @roji, @ajcvickers
See info in area-owners.md if you want to be subscribed.

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

Successfully merging this pull request may close these issues.

[API Proposal]: Expose Vector Dataype in SqlDbType
2 participants