oracle / oracle/dotnet-db-samples
Udt using EntityFramework core
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C#
- Stars
- 434
- Forks
- 191
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 1
Description
Now that #56 is done, can we get UDT support in Oracle.EntityFrameworkCore too?
Would be nice to just
entity.Property(e => e.ComplexValue).HasColumnType("ComplexType").HasColumnName("ComplexValue")
and map it to a C# class.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review issue #56 and the Oracle.EntityFrameworkCore Entity Framework Core provider entry points first. Trace the shown HasColumnType("ComplexType") and HasColumnName mapping, then define completion around mapping that property to a C# class with provider coverage and tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100