Skip to content

.Net: [MEVD] Support Guid across MEVD providers (as string where needed) #12182

@roji

Description

@roji

Our support for the Guid type is currently spotty. Some providers support it natively (e.g. PostgreSQL, SQL Server); for those that don't, some support it by storing it as a string, but others don't. We should probably allow Guids everywhere, as they're mappable to string without loss of information etc.

Note: pay attention to uppercase vs. lowercase representation of Guids as strings - lowercase is probably the way to go (though EF generates uppercase by default, see dotnet/efcore#19651).

Metadata

Metadata

Assignees

Labels

.NETIssue or Pull requests regarding .NET codemsft.ext.vectordataRelated to Microsoft.Extensions.VectorData

Projects

Status

Sprint: Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions