Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/SqlClient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dotnet/SqlClient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/vectorSupport
Choose a head ref
  • 2 commits
  • 38 files changed
  • 1 contributor

Commits on Jun 25, 2025

  1. Feature Extension Changes for Vector Datatype Support (#3209)

    This commit adds feature extension for vector datatype support.
    Additionally, GenericTDSServer has been enhanced to enable tests
    to validate login requests and response for the vector feature extension.
    Tests have been added under SqlConnectionBasicTests through
    TestConnWithVectorFeatExtVersionNegotiation.
    apoorvdeshmukh committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    c576041 View commit details
    Browse the repository at this point in the history
  2. Change API for vector datatype from SqlVectorFloat32 to SqlVector<T> …

    …for supporting SqlDbType Vector (#3441)
    
    This commit changes APIs for vector datatype.
    from SqlType class SqlVectorFloat32 to SqlVector<T>
    to reduce API surface area for unmanaged types.
    All the tests have been modified to use SqlVector<T>.
    apoorvdeshmukh authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    5cb5245 View commit details
    Browse the repository at this point in the history
Loading