-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codemsft.ext.vectordataRelated to Microsoft.Extensions.VectorDataRelated to Microsoft.Extensions.VectorData
Milestone
Description
Our SQL Server provider seems to always create non-nullable columns, regardless of the .NET type, whereas our PG provider varies based on whether the .NET type is nullable. Do a pass over the relational providers to ensure everything makes sense. I'm not sure any non-relational provider allows defining the nullability of properties/columns, but worth checking to make sure (Azure AI Search seems to maybe have a concept of nullability in its schema).
We may also want to introduce a way for the user to control the column nullability regardless of the .NET type used, that would likely require #10359.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codemsft.ext.vectordataRelated to Microsoft.Extensions.VectorDataRelated to Microsoft.Extensions.VectorData
Type
Projects
Status
Sprint: Done