You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default mapping would be to to a JSON array of the scalar type. However, we may also want to support Base64 encoding.
Note that this is a bit different to supporting the type in relational, where we agreed that the ADO.NET layer should be responsible, and Npgsql already supports this. For Cosmos, there really isn't any type mapping at the SDK level, so I think it makes sense to support it directly in the EF provider.
The text was updated successfully, but these errors were encountered:
Default mapping would be to to a JSON array of the scalar type. However, we may also want to support Base64 encoding.
Note that this is a bit different to supporting the type in relational, where we agreed that the ADO.NET layer should be responsible, and Npgsql already supports this. For Cosmos, there really isn't any type mapping at the SDK level, so I think it makes sense to support it directly in the EF provider.
The text was updated successfully, but these errors were encountered: