oracle / dotnet-db-samples

.NET code samples for Oracle database developers #OracleDotNet
http://otn.oracle.com/dotnet
MIT License
413 stars 191 forks source link

EfCore JSON Column Support #261

Closed ronnyek closed 1 year ago

ronnyek commented 1 year ago

In efcore 7, json column support is becoming a thing. Postgres and other db providers already have support in their efcore drivers to support this.

Curious if we could ever expect the equivalent of this in the efcore drivers for oracle.

( https://github.com/dotnet/efcore/issues/4021 for reference)

alexkeh commented 1 year ago

https://github.com/oracle/dotnet-db-samples/issues/259