Support stored procedures without a table mapping
Open
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
Assessment
This issue has not been assessed yet.