dotnet/efcore

Oracle: Insert_with_server_generated_GUID_key fails

Closed this issue · 1 comments

The value of auto generated guid PK, remains same before & after save.

The reason this "fails" is that the value generator on the converter is used, and this always generates client-side GUIDs. Propose we don't do anything special here and tackle this as part of #11597