Skip to content

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

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

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

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions