oracle / oracle/dotnet-db-samples

Udt using EntityFramework core

Open
#190 6 comments 4 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.