Azure / azure-functions-sql-extension

Azure SQL bindings for Azure Functions ⚡️ supports Azure SQL Database, Azure SQL Managed Instance, and SQL Server 2016+
https://aka.ms/sqlbindings
MIT License
120 stars 61 forks source link

Skip empty where clause execution on trigger #1110

Closed MaddyDev closed 2 months ago

MaddyDev commented 2 months ago

Return null when match condition resolves to empty instead of sending in the empty where clause.

Fixes #1108