Azure / Azure/azure-functions-sql-extension
Feature request : support accumulations on output (compound assignments)
Open
enhancement
output-binding
- Dominant language
- C#
- Stars
- 130
- Forks
- 71
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 4
Description
The [UPDATE](https://docs.microsoft.com/en-us/sql/t-sql/queries/update-transact-sql?view=sql-server-ver15) and MERGE commands in SQL allow compound assignments:
+= Add and assign
-= Subtract and assign
I can't think of a way to do that with the current output binding.
Supporting these assignments would allow us to build accumulations (materialized views).
Contributor guide
Assessment
This issue has not been assessed yet.