You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lucyzhang929
changed the title
Java output binding - empty string is upesrted as NULL
Java output binding - empty string is upserted as NULL
Nov 28, 2022
Microsoft.Azure.WebJobs.Extensions.Sql.Tests.Integration.SqlOutputBindingIntegrationTests.AddProductParamsTest(id: 0, name: "", cost: 0, lang: PowerShell) [FAIL]
When executing scalar select Name from Products where ProductId=0
Expected: (System.String)
Actual: (System.DBNull)
Same issue as PowerShell (#443)
The text was updated successfully, but these errors were encountered: