Skip to content

.Net: [TINY] [MEVD] Remove SupportsMultipleKeys#13572

Merged
roji merged 3 commits intomicrosoft:mainfrom
roji:RemoveSupportsMultipleKeys
Feb 19, 2026
Merged

.Net: [TINY] [MEVD] Remove SupportsMultipleKeys#13572
roji merged 3 commits intomicrosoft:mainfrom
roji:RemoveSupportsMultipleKeys

Conversation

@roji
Copy link
Member

@roji roji commented Feb 19, 2026

We have the model building option SupportsMultipleKeys to allow multiple (composite) keys, but no provider uses them at this point (note that Cosmos NoSQL has a sort of composite key - document + partition key, but does not go through this support in any case).

Removing this - we can always add it when we actually need to support it (and providers aren't blocked from implementing composite keys if they really want to).

@roji roji requested a review from a team as a code owner February 19, 2026 15:17
@moonbox3 moonbox3 added the .NET Issue or Pull requests regarding .NET code label Feb 19, 2026
@github-actions github-actions bot changed the title [TINY] [MEVD] Remove SupportsMultipleKeys .Net: [TINY] [MEVD] Remove SupportsMultipleKeys Feb 19, 2026
@roji roji added this pull request to the merge queue Feb 19, 2026
github-merge-queue bot pushed a commit that referenced this pull request Feb 19, 2026
We have the model building option SupportsMultipleKeys to allow multiple
(composite) keys, but no provider uses them at this point (note that
Cosmos NoSQL has a sort of composite key - document + partition key, but
does not go through this support in any case).

Removing this - we can always add it when we actually need to support it
(and providers aren't blocked from implementing composite keys if they
really want to).
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 19, 2026
@roji roji added this pull request to the merge queue Feb 19, 2026
Merged via the queue into microsoft:main with commit 9f2dafc Feb 19, 2026
18 checks passed
@roji roji deleted the RemoveSupportsMultipleKeys branch February 19, 2026 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

.NET Issue or Pull requests regarding .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants