Azure / Azure/azure-functions-sql-extension

Feature request : support accumulations on output (compound assignments)

Open
#176 3 comments 0 reactions 0 assignees View on GitHub
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

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.