dotnet / dotnet/efcore

Support stored procedures without a table mapping

Open
#28,703 1 comment 4 reactions 1 assignee Claimed by @AndriySvyryd View on GitHub
area-save-changes area-sprocs
Dominant language
C#
Stars
14.8k
Forks
3.4k
PR merge metrics
PR metrics pending

Description

Stored procedure mapping (#28553) currently requires that a table mapping be defined; the table mapping is necessary in order for us to properly perform topological sort (e.g. know about dependencies between tables). It makes sense for users to use views/functions for querying and only sprocs for updating, in which case a table mapping isn't strictly speaking necessary.

See conversation in https://github.com/dotnet/efcore/pull/28553#discussion_r943731844

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.