-
Notifications
You must be signed in to change notification settings - Fork 5k
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
base: main
Are you sure you want to change the base?
Conversation
Note regarding the
|
1 similar comment
Note regarding the
|
There was a problem hiding this 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. |
Tagging subscribers to this area: @roji, @ajcvickers |
Fixes #115148
The API review is approved.
Similar to #103985, enhancing SqlDbType with vector.