Azure / Azure/azure-functions-sql-extension
Have input binding generate T-SQL if given just the table/view to select from
Open
enhancement
input-binding
- Dominant language
- C#
- Stars
- 130
- Forks
- 71
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 4
Description
Would be helpful to support the low/no code initiative - given just the table we could generate a simple SELECT statement that would pull all the data and insert it into the return object thus bypassing the need for the developer to write any T-SQL themselves.
Contributor guide
Research direction
Start by tracing the input-binding path for a table or view and identify how the binding currently produces the return object. The work is complete when supplying only a table or view generates a simple T-SQL SELECT that retrieves all data and inserts it into the return object.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp, sql
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100