Azure/data-api-builder

[Improvement]: Mappings are ignored when using stored procedures

開放

#1,773 建立於 2023年10月3日

 (1 則留言) (0 個反應) (0 位負責人)C# (348 個分叉)auto 404
enhancementfabrichacktoberfesttriage

倉庫指標

星標
 (1,459 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

What happened?

When REST enabling a stored procedure and using a mapping, it is ignored and an error is returned where it cannot find the column name. For example I have a stored procedure with 2 inputs name and job. If i put into the mapping that name is full_name, and pass full_name to the stored procedure, it cannot find that column where in a table, it would map full_name to name.

Version

0.8.52

What database are you using?

Azure SQL

What hosting model are you using?

Local (including CLI), Static Web Apps (SWA)

Which API approach are you accessing DAB through?

REST

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

貢獻者指南